ok/jj
1
0
Fork 0
forked from mirrors/jj

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: Now run:
```shell script ```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: Run:
```shell script ```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
``` ```