servnest
/
system
Archived
1
0
Fork 0
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
system/arch/maniver.md

375 B
Executable File

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/