mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-22 14:30:42 +01:00
Add MacOS install instructions, closes #33
This commit is contained in:
parent
ea27053a63
commit
13a53d230b
15
README.md
15
README.md
@ -63,11 +63,10 @@ Explicitly specify the language
|
||||
Check out the [Release page](https://github.com/sharkdp/bat/releases) for
|
||||
binary builds and Debian packages.
|
||||
|
||||
#### Arch Linux
|
||||
#### On Arch Linux
|
||||
|
||||
On Arch Linux, you can install
|
||||
[the AUR package](https://aur.archlinux.org/packages/bat/) via yaourt, or
|
||||
manually:
|
||||
You can install [the AUR package](https://aur.archlinux.org/packages/bat/)
|
||||
via yaourt, or manually:
|
||||
|
||||
```bash
|
||||
git clone https://aur.archlinux.org/bat.git
|
||||
@ -75,6 +74,14 @@ cd bat
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
#### On macOS
|
||||
|
||||
You can install `bat` with [Homebrew](http://braumeister.org/formula/bat):
|
||||
|
||||
``` bash
|
||||
brew install bat
|
||||
```
|
||||
|
||||
### From source
|
||||
|
||||
If you want to build to compile `bat` from source, you need Rust 1.24 or
|
||||
|
Loading…
Reference in New Issue
Block a user