diff options
author | Teddy Wing | 2020-08-05 22:21:44 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:18:19 +0200 |
commit | a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch) | |
tree | 045b3e594a5679e3867cb39037f968f0c93855f9 /README.md | |
parent | fd63548311453520eef6d20908ff6fc8454d11df (diff) | |
download | git-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2 |
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -github-suggestion -================= +git-suggestion +============== Diffs and patches for GitHub pull request suggestions. Given a suggestion ID, get a unified diff of the suggested change, or apply it directly to the working @@ -61,18 +61,18 @@ copy in a Git repository. ## Install -On Mac OS X, GitHub-Suggestion can be installed with Homebrew: +On Mac OS X, Git-Suggestion can be installed with Homebrew: - $ brew install teddywing/formulae/github-suggestion + $ brew install teddywing/formulae/git-suggestion To compile from source or install on other platforms: - $ cargo install --git https://github.com/teddywing/github-suggestion.git --root /usr/local + $ cargo install --git https://github.com/teddywing/git-suggestion.git --root /usr/local ## Uninstall - $ cargo uninstall --root /usr/local github-suggestion + $ cargo uninstall --root /usr/local git-suggestion ## License |