mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 00:44:30 +01:00
Mention cmake in build instructions, closes #57
This commit is contained in:
parent
53d67e2b6e
commit
179bd4f525
@ -25,7 +25,7 @@ A *cat(1)* clone with syntax highlighting and Git integration.
|
||||
|
||||
Check out the [Release page](https://github.com/sharkdp/bat/releases) for binary builds and Debian packages.
|
||||
|
||||
### Arch Linux
|
||||
#### Arch Linux
|
||||
|
||||
On Arch Linux, you can install [the AUR package](https://aur.archlinux.org/packages/bat/) via yaourt, or manually:
|
||||
|
||||
@ -44,6 +44,9 @@ You can then use `cargo` to build everything:
|
||||
cargo install bat
|
||||
```
|
||||
|
||||
On macOS, you might have to install `cmake` (`brew install cmake`) in order for
|
||||
some dependencies to be built.
|
||||
|
||||
## Customization
|
||||
|
||||
`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any [Sublime Text `.sublime-syntax` file](https://www.sublimetext.com/docs/3/syntax.html) and theme.
|
||||
|
Loading…
Reference in New Issue
Block a user