From 5465abfdf35be127e8596ee927a02aff009f942c Mon Sep 17 00:00:00 2001 From: Viktor Danov <7188510+viktordanov@users.noreply.github.com> Date: Tue, 13 Sep 2022 22:51:07 +0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f55b4c..ab4c498 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@

Abacus is a simple interactive calculator CLI with support for variables, lambdas, comparison checks, and math functions

+

@@ -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] @@ -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 ```