Update cargo installation instructions

This commit is contained in:
Tal Pressman 2022-12-24 00:17:20 +09:00
parent 587e42d65d
commit cc40740fa2

View File

@ -161,7 +161,7 @@ sudo apt-get install libssl-dev openssl
Now run:
```shell script
cargo install --git https://github.com/martinvonz/jj.git --bin jj
cargo install --git https://github.com/martinvonz/jj.git --bin jj jujutsu
```