From: W. Trevor King Date: Fri, 14 May 2010 13:22:52 +0000 (-0400) Subject: Fix git->hg and wget -o -> -O in doc/install.txt snapshot command. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=ce86d5cf8bcd51deb496ab1f59028d3a9ceb1af6 Fix git->hg and wget -o -> -O in doc/install.txt snapshot command. Path change because of Git->Mercurial migration. wget -O --output-document sets the document file. -o --output-file sets the logfile. --- diff --git a/doc/install.txt b/doc/install.txt index 5f1af1a..b6ed383 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -42,7 +42,7 @@ There are also periodic bundled releases. See the homepage for each fork for details. For example, get the most recent snapshot of Trevor's fork in zip form with:: - $ 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 .. _Hooke: http://code.google.com/p/hooke/