Files
git-repo-manager/docs/src/getting_started.md
2021-11-24 19:22:18 +01:00

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