Fix self.command.name -> command.name in gui.HookeFrame.execute_command
[hooke.git] / doc / install.txt
index 54625c1b58caa21019ce85b15a6280d090538a5c..ae7912b501293d49a269eca31de4c42d4f8933a2 100644 (file)
@@ -36,7 +36,7 @@ There is also a `GUI fork`_ (Rolf Schmidt)::
 
 And a `fork`_ versioned in Mercurial_ (W. Trevor King)::
 
 
 And a `fork`_ versioned in Mercurial_ (W. Trevor King)::
 
-    $ hg clone http://www.physics.drexel.edu/~wking/code/hg/hooke/ hooke
+    $ hg clone http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/ hooke
 
 There are also periodic bundled releases.  See the homepage for each
 fork for details.  For example, get the most recent snapshot of
 
 There are also periodic bundled releases.  See the homepage for each
 fork for details.  For example, get the most recent snapshot of
@@ -71,10 +71,10 @@ Running Hooke from the source directory
 If you like, you can avoid installation by running Hooke directly from
 it's source directory::
 
 If you like, you can avoid installation by running Hooke directly from
 it's source directory::
 
-     $ wget -o hooke.zip http://www.physics.drexel.edu/~wking/code/git/git.php?p=hooke.git&dl=zip&h=HEAD
+     $ wget -O hooke.zip http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/archive/tip.zip
      $ unzip hooke.zip
      $ cd hooke
      $ unzip hooke.zip
      $ cd hooke
-     $ python bin/hooke
+     $ python bin/hk.py
 
 You may need to give the full path for Python on Windows systems, and
 also check that the current working directory (`.`) is in your
 
 You may need to give the full path for Python on Windows systems, and
 also check that the current working directory (`.`) is in your