Added a few notes to INSTALL file

darcs-hash:20060104130154-ac50b-17fe045cd521d42600a2ea01a72b53337545b090.gz
This commit is contained in:
axel 2006-01-04 23:01:54 +10:00
parent 6408486336
commit 038d7e725e

16
INSTALL
View File

@ -33,9 +33,12 @@ broken.
Simple install procedure
========================
If you have downloaded the darcs repository of fish, you need to sun
autoheader and autoconf.
% ./configure
% make #Compile fish
% make install #Install fish
% 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
@ -49,6 +52,9 @@ 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.
To install fish in your own home directory (typically as non-root),
type:
@ -57,6 +63,6 @@ type:
% make install # Install fish
You will not be able to use fish as the default shell unless you also
add the corresponding line to /etc/shells, which kind of defeats the
point of a local install. But you can at least build and run fish.
add the corresponding line to /etc/shells, which mostly defeats the
point of a local install. As a workaround, you can add fish as the
last command of the init files for your regular shell.