# Maniver ## Installation ``` # pacman -S rustup git $ rustup default stable $ git clone https://code.antopie.org/miraty/maniver-dev $ cd maniver-dev $ cargo build --release # cp ./target/release/maniver /usr/local/bin/ ``` ## Update ``` $ rustup update $ cd maniver-dev $ cargo update $ git pull $ cargo build --release # cp ./target/release/maniver /usr/local/bin/ ```