Update installation instructions

Update installation instructions to only install `jj` (excluding test fakes).
This commit is contained in:
Tal Pressman 2022-06-27 23:49:51 +09:00 committed by Martin von Zweigbergk
parent 784692007f
commit 0028c0e295

View File

@ -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
```