mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-29 07:59:00 +00:00
Update installation instructions
Update installation instructions to only install `jj` (excluding test fakes).
This commit is contained in:
parent
784692007f
commit
0028c0e295
1 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ sudo apt-get install libssl-dev openssl
|
|||
|
||||
Now run:
|
||||
```shell script
|
||||
cargo install --git https://github.com/martinvonz/jj.git
|
||||
cargo install --git https://github.com/martinvonz/jj.git --bin jj
|
||||
```
|
||||
|
||||
|
||||
|
@ -189,7 +189,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
|
||||
cargo install --git https://github.com/martinvonz/jj.git --bin jj
|
||||
```
|
||||
|
||||
|
||||
|
@ -197,7 +197,7 @@ cargo install --git https://github.com/martinvonz/jj.git
|
|||
|
||||
Run:
|
||||
```shell script
|
||||
cargo install --git https://github.com/martinvonz/jj.git
|
||||
cargo install --git https://github.com/martinvonz/jj.git --bin jj
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue