Update README.md

This commit is contained in:
Christoph J. Scherr 2023-02-14 22:42:40 +01:00 committed by GitHub
parent fa6124f4fd
commit 23a64d217f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -3,12 +3,11 @@ RustCommandLineCalcuator, or simply rclc for short is a fast, scriptable calcula
designed to run right in your shell. No more need to use the python shell, or ugly and bloated
GUIs. Easily calculate complex formulas in your bash scripts.
Currently, rclc's status is `indev`. This means that important major features are still missing
Currently, rclc's status is `alpha`. This means that important major features are still missing
and bugs might not only be possible but common.
# Install
Not yet recommended, but you can always compile rclc by yourself with `cargo build` and copy the
compiled binary executable to `/usr/local/bin`.
rclc is still in an early version, but if you wish, you can compile and install it using `cargo install --path .`, this will copy a release version to `$HOME/.cargo/bin`. Otherweise, you can compile rclc manually using `cargo build --release` and copy the binary in `target/release/rclc` to a directory of your choice.
# Compatability
| Supported OS | OS |