Add testing command line to the README.
[sawsim.git] / README
diff --git a/README b/README
index f90d9eb720396ef7ad40a2735f74faee3fce70c7..e9b3b4be20b19a6caf60741c014669f885ecb117 100644 (file)
--- a/README
+++ b/README
@@ -21,10 +21,10 @@ re-emerge when there are interesting changes.
 You can skip the Compiling_ and Upgrading_ sections of this README ;).
 
 .. _Gentoo: http://www.gentoo.org/
-.. _wtk overlay: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/
+.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
 .. _Layman: http://www.gentoo.org/proj/en/overlays/userguide.xml
-.. _Atom: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=atom
-.. _RSS: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=rss
+.. _Atom: http://git.tremily.us/?p=sawsim.git;a=atom
+.. _RSS: http://git.tremily.us/?p=sawsim.git;a=rss
 
 
 Compiling
@@ -32,7 +32,7 @@ Compiling
 
 Check out the source::
 
-  $ git clone http://www.physics.drexel.edu/~wking/code/git/sawsim.git sawsim
+  $ git clone git://tremily.us/sawsim.git
   $ cd sawsim
 
 Sawsim is written in noweb_.  Extract the `Makefile` and compile with::
@@ -193,6 +193,14 @@ As always, run::
 for more details.
 
 
+Testing
+-------
+
+You can run the internal unit tests with nose_::
+
+  $ nosetest --with-doctest --doctest-tests pysawsim
+
+
 License
 -------