mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 09:22:44 +08:00
Corrections to the INSTALL file
darcs-hash:20060115212639-ac50b-3149b296718a8980a91903f61a54983696da575b.gz
This commit is contained in:
parent
cad14db27b
commit
3607c555be
14
INSTALL
14
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user