We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eda64 commit 7c6c2a1Copy full SHA for 7c6c2a1
README.md
@@ -32,10 +32,10 @@ Looking good!
32
`gg` can be installed via the Node Package Manager (`npm`).
33
34
```sh
35
- $ npm install -g gitgoodies
+ $ npm install -g git-goodies
36
```
37
38
-If that doesn't work, try running it as root. `$ sudo npm install -g gitgoodies`
+If that doesn't work, try running it as root. `$ sudo npm install -g git-goodies`
39
40
You can also get up and running without npm, but it is not recommended to do so.
41
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "gg",
+ "name": "git-goodies",
3
"version": "0.0.1",
4
"description": "your git goodies cookbook",
5
"keywords": [
0 commit comments