diff options
-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 |