Skip to content

Commit

Permalink
Add mention of uninstalling old fish versions to the INSTALL file. Th…
Browse files Browse the repository at this point in the history
…anks to Jason Grossman for the suggestion

darcs-hash:20061103141254-ac50b-27f1f4741379bff54298b6c18d289947f66f91cf.gz
  • Loading branch information
liljencrantz committed Nov 3, 2006
1 parent 8aac7e8 commit 80a9fc2
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions INSTALL
Expand Up @@ -32,17 +32,22 @@ separate build directories or any other fancy configure options.
Simple install procedure
========================

If you have downloaded the darcs repository of fish, you need to run
the autoconf command first. Then use the following commands to compile
fish:
Always begin by uninstalling any previous fish versions. This is done
by running the command 'make uninstall' in the source directory of
your previous fish installation.

Next, if you have downloaded a fresh copy of the darcs repository of
fish, you need to run the 'autoconf' command.

Then, use following commands to compile fish:

% ./configure
% make # Compile fish
% make install # Install fish
% echo /usr/local/bin/fish >>/etc/shells # Add fish to list of shells
./configure
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:
Finally, if you wish to use fish as your default shell, use the
following command:

% chsh -s /usr/local/bin/fish

Expand Down

0 comments on commit 80a9fc2

Please sign in to comment.