Преглед изворни кода

Merge pull request #326 from sergeysova/patch-1

Add homebrew installation method to readme
Benjamin Sago пре 7 година
родитељ
комит
ce738545f7
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      README.md

+ 12 - 0
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