mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Update README to include syntax highlighting
Use bash syntax highlighting to make comments appear in gray
This commit is contained in:
10
README.md
10
README.md
@@ -135,10 +135,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user