Skip to content

Commit

Permalink
Merge branch 'main' of github.com:viktordanov/abacus
Browse files Browse the repository at this point in the history
  • Loading branch information
viktordanov committed Sep 26, 2022
2 parents dbd6202 + 5465abf commit defec10
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<p align="center">
Abacus is a simple interactive calculator CLI with support for variables, lambdas, comparison checks, and math functions
</p>

<p align="center">
<img align="center" src="./docs/abacus.png" />
</p>
Expand All @@ -11,7 +12,7 @@ Abacus is a simple interactive calculator CLI with support for variables, lambda
abacus - a simple interactive calculator CLI with support for variables, lambdas, comparison checks, and math functions
v1.2.3
v1.4.0
Usage: abacus [--no-color] [--allow-copy] [--strict] [--precision PRECISION] [--eval EVAL] [--import IMPORT] [--prompt-symbol PROMPT-SYMBOL] [--answer-vars ANSWER-VARS]
Expand All @@ -33,8 +34,20 @@ Options:
```



## Install

### Arch Linux
![AUR last modified](https://img.shields.io/aur/last-modified/abacus-git)
![AUR version](https://img.shields.io/aur/version/abacus-git)

```
yay -S abacus-git
```

### Manually

```
go install github.com/viktordanov/abacus@latest
```
Expand Down

0 comments on commit defec10

Please sign in to comment.