aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-08-05 22:48:51 +0200
committerTeddy Wing2020-08-06 00:18:36 +0200
commitbf2d539332e2f83605fe8386670d9377bc505d23 (patch)
treebc1a0d186cfa64dacb9290c78a59b21523dc8e93
parenta9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (diff)
downloadgit-suggestion-bf2d539332e2f83605fe8386670d9377bc505d23.tar.bz2
README: Update install/uninstall commands
Got an error: error: failed to open: /usr/local/.crates.toml when I tried the command with the `--root /usr/local` argument, so decided to remove it. Need to use the root crate name in the `cargo uninstall` command.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3304558..7107aa9 100644
--- a/README.md
+++ b/README.md
@@ -67,12 +67,12 @@ On Mac OS X, Git-Suggestion can be installed with Homebrew:
To compile from source or install on other platforms:
- $ cargo install --git https://github.com/teddywing/git-suggestion.git --root /usr/local
+ $ cargo install --git https://github.com/teddywing/git-suggestion.git
## Uninstall
- $ cargo uninstall --root /usr/local git-suggestion
+ $ cargo uninstall github-suggestion-cli
## License