File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 12
12
- Handle release versioning of the project
13
13
- Stay small
14
14
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
+
15
30
## Why
16
31
17
32
Every 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
27
27
28
28
1 . You can get the binaries from the [ download section] ( /download )
29
29
30
- 2 . Using ` go get `
30
+ 2 . Using ` go `
31
31
32
32
``` sh
33
33
go get -u github.com/barelyhuman/commitlog/v3
34
+ # or
35
+ go install github.com/barelyhuman/commitlog/v3@latest
34
36
```
35
37
36
38
3 . Using goblin
37
39
38
40
``` 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
40
42
```
41
43
42
44
Once installed you can just run ` commitlog generate ` or the shorter version
You can’t perform that action at this time.
0 commit comments