From 3607c555be6838bbdeb774e8c1bf84b6e2ce95fa Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 16 Jan 2006 07:26:39 +1000 Subject: [PATCH] Corrections to the INSTALL file darcs-hash:20060115212639-ac50b-3149b296718a8980a91903f61a54983696da575b.gz --- INSTALL | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 0e514c4b0..e0d555f7a 100644 --- a/INSTALL +++ b/INSTALL @@ -33,13 +33,13 @@ broken. Simple install procedure ======================== -If you have downloaded the darcs repository of fish, you need to sun -autoheader and autoconf. +If you have downloaded the darcs repository of fish, you need to run +autoconf. % ./configure - % make # Compile fish - % make install # Install fish - % echo /usr/local/bin/fish >>/etc/shells #Add fish to list of shells + % make # Compile fish + % make install # Install fish + % echo /usr/local/bin/fish >>/etc/shells # Add fish to list of shells If you wish to use fish as your default shell, use the following command: @@ -52,8 +52,8 @@ chsh will prompt you for your password, and change your default shell. Local install procedure ======================= -If you have downloaded the darcs repository of fish, you need to sun -autoheader and autoconf. +If you have downloaded the darcs repository of fish, you need to run +autoconf first. To install fish in your own home directory (typically as non-root), type: