diff options
author | Dario Vladović <[email protected]> | 2020-05-25 12:18:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-25 12:18:17 +0100 |
commit | ee833337dff33cea08397f45128b7a69f66d63ae (patch) | |
tree | 2d4fe092547669b7d53ebbee6738e1c00555dfad | |
parent | 51553105ff0484792a8ae21dcae39d686e6b2111 (diff) |
Add Homebrew install instructions (#36)
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ simple calculator REPL, similar to `bc(1)`, with syntax highlighting and persist | |||
9 | 9 | ||
10 | ### installation | 10 | ### installation |
11 | 11 | ||
12 | - Homebrew | ||
13 | ```shell | ||
14 | $ brew install eva | ||
15 | ``` | ||
16 | |||
12 | - crates.io | 17 | - crates.io |
13 | ```shell | 18 | ```shell |
14 | $ cargo install eva | 19 | $ cargo install eva |