Installation
Pre-compiled binaries
We provide precompiled binaries on the GitHub Releases page. Download the binary for your platform (Windows, macOS or Linux) and extract the archive.
Download from source
You must install Rust and Cargo.
Once you have installed Rust, execute the following command to build and install polymath:
cargo install --profile cli --git https://github.com/Lubmminy/polymath polymath-cli
If you want to uninstall polymath-cli, execute cargo uninstall polymath-cli
.