-
install rustup and through that the current stable version of Rust
-
install mrt:
cargo install --locked --git github.com/kevgo/mrt`
-
install the shell wrapper through which you will run mrt:
~/.cargo/bin/mrt activate | source
Now you can run mrt by calling the shell function m
. No need to change the
$PATH
environment variable. This also gives you auto-completion of mrt
arguments. The shell wrapper is necessary for exiting the current shell in
folders that encounter problems.