mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
README.md: add gmake caveat to autotools section
This commit is contained in:
parent
846de82bb4
commit
e92779981f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Building the documentation requires Doxygen 1.8.7 or newer.
|
|||
autoreconf --no-recursive [if building from Git]
|
||||
./configure
|
||||
make [gmake on BSD]
|
||||
sudo make install
|
||||
sudo make install [sudo gmake install on BSD]
|
||||
|
||||
### Xcode Development Build
|
||||
|
||||
|
|
Loading…
Reference in a new issue