mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
tutorial: update installation instructions to use nightly toolchain
This commit is contained in:
parent
fc86b3f693
commit
d34a651087
1 changed files with 2 additions and 1 deletions
|
@ -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 ..
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue