If you catch any errors feel free to write a mail [email protected]
or create an issue on GitHub.
First clone the repository in a directory of your choice
git clone https://github.com/paul-hanneforth/rpm.git
Then go into the directory and build the crate using cargo.
cargo build --release
You will find the finished executable in the /target/release
folder
To install a new crate simply run
rpm install [crate_name]
This will automatically add the newest version of the crate to your Cargo.toml
file