# yarpm Yet another rusty package manager ## Install - Run `cargo install yarpm` to install program ## How to use ### Setup - Run `yarpm` once to create all the required files - Edit `/etc/yarpm.sources` with your sources (one per line) ### Search packages - Run `yarpm search ` to check if your package exists ### Install packages - Run `yarpm install ` to install it in `/etc/yarpm/bin` ### Update packages - Run `yarpm upgrade` ## Publish packages - Launch a webserver - Add your compressed files at the server root (NOTICE: Files have to be compressed using the gunzip algorithms (Use `tar -czf `)) - Put your server link into `/etc/yarpm.sources` - You can now install your package