ok/jj
1
0
Fork 0
forked from mirrors/jj

tutorial: clarify that rustup install nightly doesn't change the default

This commit is contained in:
Martin von Zweigbergk 2021-08-31 09:22:19 -07:00
parent ecbbac23be
commit 538bec22ff

View file

@ -78,6 +78,8 @@ First install Jujutsu:
```shell script ```shell script
$ git clone https://github.com/martinvonz/jj.git jj-git $ git clone https://github.com/martinvonz/jj.git jj-git
$ cd jj-git $ cd jj-git
# We need the "nightly" Rust toolchain. This command installs that without
# changing your default.
$ rustup install nightly $ rustup install nightly
$ cargo +nightly install --path . $ cargo +nightly install --path .
$ cd .. $ cd ..