aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-16 07:26:39 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-16 07:26:39 +1000
commit3607c555be6838bbdeb774e8c1bf84b6e2ce95fa (patch)
tree1de35d873c55fe611cb2083151d71b2a5dada3e4 /INSTALL
parentcad14db27b418dd3c33fa2179eca4301d736cbe6 (diff)
Corrections to the INSTALL file
darcs-hash:20060115212639-ac50b-3149b296718a8980a91903f61a54983696da575b.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 0e514c4b..e0d555f7 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: