From 9b26106af9849871af3c1e6762bcab187d056439 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 7 Aug 2010 12:34:05 -0400 Subject: [PATCH] Fix another wget -o -> -O typo in doc/install.txt --- doc/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.txt b/doc/install.txt index 54625c1..8cfbe5b 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -71,7 +71,7 @@ Running Hooke from the 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/git/git.php?p=hooke.git&dl=zip&h=HEAD $ unzip hooke.zip $ cd hooke $ python bin/hooke -- 2.26.2