From ce86d5cf8bcd51deb496ab1f59028d3a9ceb1af6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 14 May 2010 09:22:52 -0400 Subject: [PATCH] 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. --- doc/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.26.2