568 B
568 B
Quickstart
Installation
Building GRM currently requires the nightly Rust toolchain. The easiest way
is using rustup. Make sure that rustup is properly installed.
Make sure that the nightly toolchain is installed:
$ rustup toolchain install nightly
$ cargo +nightly install --git https://github.com/hakoerber/git-repo-manager.git --branch master
If you're brave, you can also run the development build:
$ cargo +nightly install --git https://github.com/hakoerber/git-repo-manager.git --branch develop