mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-24 21:13:47 +00:00
tutorial: clarify that rustup install nightly
doesn't change the default
This commit is contained in:
parent
ecbbac23be
commit
538bec22ff
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ First install Jujutsu:
|
|||
```shell script
|
||||
$ git clone https://github.com/martinvonz/jj.git jj-git
|
||||
$ cd jj-git
|
||||
# We need the "nightly" Rust toolchain. This command installs that without
|
||||
# changing your default.
|
||||
$ rustup install nightly
|
||||
$ cargo +nightly install --path .
|
||||
$ cd ..
|
||||
|
|
Loading…
Reference in a new issue