summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-05-07 20:03:56 +0200
committersharkdp <davidpeter@web.de>2018-05-07 20:03:56 +0200
commit179bd4f525b0afa640ccf1df495e26fbdc251368 (patch)
treef27d0d9eddaf0b51a200f8db29d4dd8e3681a563
parent53d67e2b6ee4a674a8bb19793d891d1857f02167 (diff)
Mention cmake in build instructions, closes #57
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c79444f..53e7553a 100644
--- a/README.md
+++ b/README.md
@@ -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.