mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00: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
1 changed files with 6 additions and 4 deletions
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 a new issue