From 23a64d217fde324f14571fc99f7ac00aaa1714b6 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 14 Feb 2023 22:42:40 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff49079..3c0d7a0 100644 --- a/README.md +++ b/README.md @@ -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 |