From c563e0d2ab15c4ddc2d391c01667ef855c3a1199 Mon Sep 17 00:00:00 2001 From: Daniel R Date: Wed, 26 Apr 2023 11:53:25 +1200 Subject: [PATCH 1/2] Updated README with --git flag install Updated README to include the `--git` flag for a one line install with cargo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e6e4549..3488dbdc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ Also see [Cargo.toml](Cargo.toml) ``` ~$ cargo install --path=. --force ``` +#### For single user with cargo + +``` +~$ cargo install --git https://github.com/danielronalds/joshuto.git --force +``` #### System wide From 33b816d57051f394a93e142d00077672c5f1dd94 Mon Sep 17 00:00:00 2001 From: Daniel R Date: Sun, 30 Apr 2023 19:29:51 +1200 Subject: [PATCH 2/2] Updated README to have the correct github link for `--git` install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3488dbdc..25aafbb5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Also see [Cargo.toml](Cargo.toml) #### For single user with cargo ``` -~$ cargo install --git https://github.com/danielronalds/joshuto.git --force +~$ cargo install --git https://github.com/kamiyaa/joshuto.git --force ``` #### System wide