Skip to content

Commit f986077

Browse files
committed
docs: update
1 parent 06c305b commit f986077

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
- Handle release versioning of the project
1313
- Stay small
1414

15+
## Installation
16+
17+
18+
### Using [goblin.run](https://goblin.run)
19+
```sh
20+
; curl -sfL https://goblin.run/github.com/barelyhuman/commitlog/v3 | sh
21+
```
22+
23+
### go
24+
If you have go installed, you can use the below command
25+
26+
```sh
27+
go install github.com/barelyhuman/commitlog/v3@latest
28+
```
29+
1530
## Why
1631

1732
Every language has it's own isolated version of a tool like this, for someone who works with multiple languages, it's easier to

Diff for: docs/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,18 @@ You can get the CLI in the following ways
2727

2828
1. You can get the binaries from the [download section](/download)
2929

30-
2. Using `go get`
30+
2. Using `go`
3131

3232
```sh
3333
go get -u github.com/barelyhuman/commitlog/v3
34+
# or
35+
go install github.com/barelyhuman/commitlog/v3@latest
3436
```
3537

3638
3. Using goblin
3739

3840
```sh
39-
curl -sf https://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
41+
curl -sf https://goblin.run/github.com/barelyhuman/commitlog/v3 | sh
4042
```
4143

4244
Once installed you can just run `commitlog generate` or the shorter version

0 commit comments

Comments
 (0)