From d5d995b8bcc325b640ce81624ad667290a28889e Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Tue, 2 Jul 2019 18:41:05 +0530 Subject: upd8 readme --- readme.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 2c1998a..10f1e18 100644 --- a/readme.md +++ b/readme.md @@ -3,9 +3,9 @@ # eva -simple calculator REPL, similar to `bc(1)` +simple calculator REPL, similar to `bc(1)`, with syntax highlighting and persistent history -![eva.png](https://files.nerdypepper.me/Kt.png) +![eva.png](https://files.nerdypepper.me/kP.png) ### installation @@ -55,6 +55,18 @@ type out an expression and hit enter, repeat. 4.53553 ``` +### updating + + - crates.io + ```shell +$ cargo install eva --force + ``` + + - manual +```shell +$ cargo install --force --path /path/to/eva +``` + ### operators - binary operators: `+ - * / ^` @@ -62,7 +74,7 @@ type out an expression and hit enter, repeat. ### functions -All trignometric functions expect input in degrees. +all trignometric functions expect input in degrees. ``` sin cos tan csc sec cot sinh cosh tanh @@ -101,9 +113,12 @@ log(100) # yes Domain Error: Out of bounds! ``` + - syntax highlighting + ### todo - add support for variables (ans, pi, e) + - ~~syntax highlighting~~ - multiple arg functions - ~~screenshots~~ - ~~create logo~~ -- cgit v1.2.3