mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Make build code snippets copy-and-paste friendly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user