fix: update cargo install command in readme to specify jujutsu crate

This commit is contained in:
Ruben Slabbert 2023-01-04 09:30:04 +10:00 committed by Martin von Zweigbergk
parent 01e656efbe
commit dc26d4db17

View File

@ -223,7 +223,7 @@ export PKG_CONFIG_PATH="$(brew --prefix)/opt/openssl@3/lib/pkgconfig"
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
```
@ -231,7 +231,7 @@ cargo install --git https://github.com/martinvonz/jj.git --bin jj
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
```