File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
1732Every language has it's own isolated version of a tool like this, for someone who works with multiple languages, it's easier to
Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ You can get the CLI in the following ways
2727
28281 . You can get the binaries from the [ download section] ( /download )
2929
30- 2 . Using ` go get `
30+ 2 . Using ` go `
3131
3232``` sh
3333go get -u github.com/barelyhuman/commitlog/v3
34+ # or
35+ go install github.com/barelyhuman/commitlog/v3@latest
3436```
3537
36383 . 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
4244Once installed you can just run ` commitlog generate ` or the shorter version
You can’t perform that action at this time.
0 commit comments