# maniver Installation ``` # apt install gcc $ git clone https://code.antopie.org/Niver/maniver && cd maniver $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ cargo build --release # cp target/release/maniver /usr/local/bin/ # chown root:php-niver /usr/local/bin/maniver # chmod 750 /usr/local/bin/maniver ``` Update ``` $ git fetch $ rustup update $ cargo update $ cargo build --release # cp target/release/maniver /usr/local/bin/ ```