Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.9 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.9 KB

Calc

Calc: A fully-featured minimalistic configurable rust calculator

Rust Test Release

Install

Source

You can install the latest version from source

git clone https://github.com/vanilla-extracts/calc
cd calc
cargo build --release
./target/release/mini-calc

Cargo

cargo install mini-calc

using Nix

Alternatively, you can use nix to build or run this project.

Running directly:

nix run github:vanilla-extracts/calc

You may need to enable nix experimental features. In that case, execute the following command: mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" | tee ~/.config/nix/nix.conf

From packaged version

Both .deb and .rpm packages are availables in the download page

Website

The website (powered by oranda) is available for more informations the website for more informations.

Manual

If you prefer a PDF, there is a manual

Contributors

Name Role Website
Charlotte THOMAS Main developer/Maintener Main page
Léana 江 Help, cleanup Website/Blog
Sigmaficient Nixify Website