Installation
Make sure you have Rust and Cargo installed
Installing with Cargo
cargo install --git https://github.com/Turbin3/poseidon
That's it, you're done!
Installing from source
git clone https://github.com/Turbin3/poseidon
Navigate to the project directory:
cd poseidon
Build poseidon
:
cargo build --release
This will create a binary named poseidon
in the target/release
directory. You can copy the binary to a location in your $PATH
for easier access.