mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-22 23:51:12 +00:00
Update installation instructions
Update installation instructions to only install `jj` (excluding test fakes).
This commit is contained in:
parent
784692007f
commit
0028c0e295
@ -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…
x
Reference in New Issue
Block a user