forked from mirrors/jj
fix: update cargo install command in readme to specify jujutsu crate
This commit is contained in:
parent
01e656efbe
commit
dc26d4db17
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue