Skip to content

Commit d7b7bb1

Browse files
committedAug 30, 2023
docs: update
1 parent 632360f commit d7b7bb1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎docs/index.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ You can get the CLI in the following ways
3030
2. Using `go get`
3131

3232
```sh
33-
go get -u github.com/barelyhuman/commitlog
33+
go get -u github.com/barelyhuman/commitlog/v3
3434
```
3535

3636
3. Using goblin
3737

3838
```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
4040
```
4141

4242
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
9191
system (rarely needed) since the releases actually accommodate the most used
9292
operating systems and architectures already.
9393

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-
10394
**Linux/Mac (Unix Systems)**
10495

10596
Once downloaded, you can use the `install` command on \*nix systems to link the

0 commit comments

Comments
 (0)