tutorial: update installation instructions to use nightly toolchain

This commit is contained in:
Martin von Zweigbergk 2021-06-04 08:09:37 -07:00
parent fc86b3f693
commit d34a651087

View File

@ -78,7 +78,8 @@ First install Jujutsu:
```shell script
$ git clone https://github.com/martinvonz/jj.git jj-git
$ cd jj-git
$ cargo install --path .
$ rustup install nightly
$ cargo +nightly install --path .
$ cd ..
```