diff options
| author | Teddy Wing | 2020-08-05 22:48:51 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2020-08-06 00:18:36 +0200 | 
| commit | bf2d539332e2f83605fe8386670d9377bc505d23 (patch) | |
| tree | bc1a0d186cfa64dacb9290c78a59b21523dc8e93 | |
| parent | a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (diff) | |
| download | git-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.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 | 
