mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
Make build code snippets copy-and-paste friendly
This commit is contained in:
parent
14e23749a6
commit
46cf8c6bb7
1 changed files with 3 additions and 3 deletions
|
@ -135,10 +135,10 @@ Compiling from git (that is, not a released tarball) also requires:
|
|||
|
||||
### Autotools Build
|
||||
|
||||
autoreconf --no-recursive [if building from Git]
|
||||
autoreconf --no-recursive #[if building from Git]
|
||||
./configure
|
||||
make [gmake on BSD]
|
||||
sudo make install [sudo gmake install on BSD]
|
||||
make #[gmake on BSD]
|
||||
sudo make install #[sudo gmake install on BSD]
|
||||
|
||||
### Xcode Development Build
|
||||
|
||||
|
|
Loading…
Reference in a new issue