aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Vladović <[email protected]>2020-05-25 12:18:17 +0100
committerGitHub <[email protected]>2020-05-25 12:18:17 +0100
commitee833337dff33cea08397f45128b7a69f66d63ae (patch)
tree2d4fe092547669b7d53ebbee6738e1c00555dfad
parent51553105ff0484792a8ae21dcae39d686e6b2111 (diff)
Add Homebrew install instructions (#36)
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index c9714b7..87f6be5 100644
--- a/readme.md
+++ b/readme.md
@@ -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