File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ You can get the CLI in the following ways
30
30
2 . Using ` go get `
31
31
32
32
``` sh
33
- go get -u github.com/barelyhuman/commitlog
33
+ go get -u github.com/barelyhuman/commitlog/v3
34
34
```
35
35
36
36
3 . Using goblin
37
37
38
38
``` sh
39
- curl -sf https://goblin.run/github.com/barelyhuman/commitlog | sh
39
+ curl -sf https://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
40
40
```
41
41
42
42
Once installed you can just run ` commitlog generate ` or the shorter version
@@ -91,15 +91,6 @@ from the download section of this website or use something like
91
91
system (rarely needed) since the releases actually accommodate the most used
92
92
operating systems and architectures already.
93
93
94
- ** Goblin**
95
-
96
- If using something like goblin, you'll have to request for the latest go module based version
97
- which can be requested like so
98
-
99
- ``` sh
100
- curl -sf http://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
101
- ```
102
-
103
94
** Linux/Mac (Unix Systems)**
104
95
105
96
Once downloaded, you can use the ` install ` command on \* nix systems to link the
You can’t perform that action at this time.
0 commit comments