mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 07:24:51 +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
|
||||
|
||||
autoreconf --no-recursive #[if building from Git]
|
||||
./configure
|
||||
make #[gmake on BSD]
|
||||
sudo make install #[sudo gmake install on BSD]
|
||||
```bash
|
||||
autoreconf --no-recursive #if building from Git
|
||||
./configure
|
||||
make #gmake on BSD
|
||||
sudo make install #sudo gmake install on BSD
|
||||
```
|
||||
|
||||
### Xcode Development Build
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user