Update README.md
This commit is contained in:
parent
fa6124f4fd
commit
23a64d217f
|
@ -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
|
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.
|
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.
|
and bugs might not only be possible but common.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
Not yet recommended, but you can always compile rclc by yourself with `cargo build` and copy the
|
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.
|
||||||
compiled binary executable to `/usr/local/bin`.
|
|
||||||
|
|
||||||
# Compatability
|
# Compatability
|
||||||
| Supported OS | OS |
|
| Supported OS | OS |
|
||||||
|
|
Reference in New Issue