mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 10:46:59 +08:00
Update README to include syntax highlighting
Use bash syntax highlighting to make comments appear in gray
(cherry picked from commit 22a4ead36e
)
This commit is contained in:
parent
661d96c336
commit
92a6906e6a
10
README.md
10
README.md
|
@ -134,10 +134,12 @@ Compiling from git (that is, not a released tarball) also requires:
|
||||||
|
|
||||||
### Autotools Build
|
### Autotools Build
|
||||||
|
|
||||||
autoreconf --no-recursive #[if building from Git]
|
```bash
|
||||||
./configure
|
autoreconf --no-recursive #if building from Git
|
||||||
make #[gmake on BSD]
|
./configure
|
||||||
sudo make install #[sudo gmake install on BSD]
|
make #gmake on BSD
|
||||||
|
sudo make install #sudo gmake install on BSD
|
||||||
|
```
|
||||||
|
|
||||||
### Xcode Development Build
|
### Xcode Development Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user