From dc26d4db172b9f78805b87092acb38defb7fdbda Mon Sep 17 00:00:00 2001 From: Ruben Slabbert Date: Wed, 4 Jan 2023 09:30:04 +1000 Subject: [PATCH] fix: update cargo install command in readme to specify jujutsu crate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b1b3e14..cdb79c93f 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,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 --bin jj +cargo install --git https://github.com/martinvonz/jj.git --bin jj jujutsu ``` @@ -231,7 +231,7 @@ cargo install --git https://github.com/martinvonz/jj.git --bin jj Run: ```shell script -cargo install --git https://github.com/martinvonz/jj.git --bin jj +cargo install --git https://github.com/martinvonz/jj.git --bin jj jujutsu ```