From 0028c0e295dfd1ff6d3b48f759ebf02de2f59f74 Mon Sep 17 00:00:00 2001 From: Tal Pressman Date: Mon, 27 Jun 2022 23:49:51 +0900 Subject: [PATCH] Update installation instructions Update installation instructions to only install `jj` (excluding test fakes). --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be5e1536f..bb959b363 100644 --- a/README.md +++ b/README.md @@ -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 ```