blurb/abstract.tex: '\pyafm' -> '\unfoldprotein' in OS-agnostic discussion
[thesis.git] / README
diff --git a/README b/README
index 55863b8cfac4de0b681fb27a645c652205bb257a..c34a31c8371221cd4466ba27656fcb1ae51dd44c 100644 (file)
--- a/README
+++ b/README
@@ -1,35 +1,40 @@
 Trevor's thesis.  Useful for learning about mechanical protein
 unfolding and all sorts of fun LaTeX tricks ;).
 
-
 Building
 --------
 
 All the goodies are in the tex/ directory.
 
-Build with
-  $ cd tex
-  tex$ make
+Build with:
+
+  tex$ scons
 
-Rebuild (after editing some file(s) in tex/src/) with
-  tex$ make
+Rebuild (after editing some file(s) in tex/src/) with:
 
+  tex$ scons
 
 Getting the source
 ------------------
 
-The thesis source is versioned in Git
-  http://git-scm.com/
-Clone the thesis repository with
-  $ git clone http://www.physics.drexe.edu/~wking/code/git/thesis.git
+The thesis source is versioned in Git [1].  Clone the thesis
+repository with:
+
+  $ git clone git://tremily.us/thesis.git
 
+I've released the source under CC Attribution-ShareAlike (COPYING), so
+feel free to reuse and pass it on under those terms.  See [2] for a
+human-readable summary.
 
 The drexel-thesis package
 -------------------------
 
 The Drexel Physics department (well, currently me, but eventually...)
 maintains a LaTeX class that implements all the formatting required
-by Drexel.  Take a look at
-  http://www.physics.drexel.edu/liki/index.php/Thesis
-or clone the code with
-  $ git clone http://www.physics.drexe.edu/~wking/code/git/drexel-thesis.git
+by Drexel.  Take a look at [3] or clone the code with:
+
+  $ git clone git://tremily.us/drexel-thesis.git
+
+[1]: http://git-scm.com/
+[2]: http://creativecommons.org/licenses/by-sa/3.0/
+[3]: http://blog.tremily.us/posts/drexel-thesis/