summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel <36094219+danielronalds@users.noreply.github.com>2023-05-02 03:30:11 +1200
committerGitHub <noreply@github.com>2023-05-01 11:30:11 -0400
commita5cae36dc331d22acbece26e4d85dd02911c2b5d (patch)
tree0a772139fb32f7ca53bb5f687fca2093a65c6f99
parentcec35dbce007d37e5fb96b7d6997858d2914053b (diff)
Updated README with --git flag install (#287)
* Updated README with --git flag install Updated README to include the `--git` flag for a one line install with cargo * Updated README to have the correct github link for `--git` install
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e6e454..25aafbb 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/kamiyaa/joshuto.git --force
+```
#### System wide