Installation
At the time being there are two ways of installing theris. Even tho both methods requires building from source, the process still easy.
Using Cargo
First thing you'll need is installing Rust and Cargo. Follow this and you should be good.
Then run:
cargo install --git https://github.com/marcos-brito/theris theris
Make sure ~/.cargo/bin is in your
$PATH
variable
Cloning the source
Assuming you have Git, Rust and Cargo installed, first clone the repository:
git clone https://github.com/marcos-brito/theris && cd theris
After that you'll need to compile the code:
cargo build --release
The final step is move the compiled binary to somewhere you can use:
cp ./target/release/theris ~/.local/bin