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