From: W. Trevor King Date: Thu, 16 Feb 2012 23:18:08 +0000 (-0500) Subject: Update docs to point to Git repository. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=27f33e13788ecddb6b14eeec0e7f084d2b8f3a36 Update docs to point to Git repository. --- diff --git a/README b/README index bf9a32c..c9be3aa 100644 --- a/README +++ b/README @@ -72,9 +72,9 @@ research. Source ====== -Hooke is available as a Mercurial_ repository:: +Hooke is available as a Git_ repository:: - $ hg clone http://www.physics.drexel.edu/~wking/code/hg/hooke/ + $ git clone git://tremily.us/hooke.git See the docs_ for installation details. @@ -87,5 +87,5 @@ version 3 of the License (COPYING and COPYING.LESSER), or (at your option) any later version. -.. _Mercurial: http://mercurial.selenic.com/ +.. _Git: http://git-scm.com/ .. _docs: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Hooke/html/ diff --git a/doc/install.txt b/doc/install.txt index 5f78325..72cab2e 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -58,10 +58,10 @@ There is also a `GUI fork`_ (Rolf Schmidt):: $ svn checkout http://hooke.googlecode.com/svn/branches/illysam/ hooke -And a `fork`_ versioned in Mercurial_ (W. Trevor King):: +And a `fork`_ versioned in Git_ (W. Trevor King):: - $ hg clone http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/ hooke - $ hg update wtk + $ git clone git://tremily.us/hooke.git + $ git checkout wtk There are also periodic bundled releases. See the homepage for each fork for details. For example, get the most recent snapshot of @@ -74,7 +74,7 @@ Trevor's fork in zip form with:: .. _GUI fork: http://code.google.com/p/hooke/wiki/HookeGUI .. _fork: http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/ .. _Subversion: http://subversion.tigris.org/ -.. _Mercurial: http://mercurial.selenic.com/ +.. _Git: http://git-scm.com/ Installation