mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-23 04:22:06 +00:00
Add homebrew installation method to readme
This commit is contained in:
parent
0eb7966294
commit
3c828971cd
12
README.md
12
README.md
@ -80,6 +80,18 @@ or:
|
||||
|
||||
Cargo will build the `exa` binary and place it in `$HOME/.cargo` (this location can be overridden by setting the `--root` option).
|
||||
|
||||
### Homebrew
|
||||
|
||||
If you're using [homebrew](https://brew.sh/), you can use the `brew install` command:
|
||||
|
||||
brew install exa
|
||||
|
||||
or:
|
||||
|
||||
brew install exa --without-git
|
||||
|
||||
[Formulae](https://github.com/Homebrew/homebrew-core/blob/master/Formula/exa.rb)
|
||||
|
||||
|
||||
## Testing with Vagrant
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user