add homebrew and cargo install instructions to README
- SHA
eae552a27afffaaad3e7c17adff21b78726daddb- Parents
-
238f327 - Tree
617254d
eae552a
eae552a27afffaaad3e7c17adff21b78726daddb238f327
617254d| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
8 | 1 |
README.mdmodified@@ -38,8 +38,15 @@ tarmac spawns ers automatically with `--active-only`. Config reloads restart ers | ||
| 38 | 38 | |
| 39 | 39 | ## Install |
| 40 | 40 | |
| 41 | +Homebrew: | |
| 41 | 42 | ``` |
| 42 | -cargo install --path . | |
| 43 | +brew tap gardesk/tap | |
| 44 | +brew install ers | |
| 45 | +``` | |
| 46 | + | |
| 47 | +From source: | |
| 48 | +``` | |
| 49 | +cargo install --git https://github.com/gardesk/ers | |
| 43 | 50 | ``` |
| 44 | 51 | |
| 45 | 52 | ## Requirements |