Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Aug 30, 2023
1 parent 632360f commit d7b7bb1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ You can get the CLI in the following ways
2. Using `go get`

```sh
go get -u github.com/barelyhuman/commitlog
go get -u github.com/barelyhuman/commitlog/v3
```

3. Using goblin

```sh
curl -sf https://goblin.run/github.com/barelyhuman/commitlog | sh
curl -sf https://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
```

Once installed you can just run `commitlog generate` or the shorter version
Expand Down Expand Up @@ -91,15 +91,6 @@ from the download section of this website or use something like
system (rarely needed) since the releases actually accommodate the most used
operating systems and architectures already.

**Goblin**

If using something like goblin, you'll have to request for the latest go module based version
which can be requested like so

```sh
curl -sf http://goblin.run/github.com/barelyhuman/commitlog/v3@v3 | sh
```

**Linux/Mac (Unix Systems)**

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

0 comments on commit d7b7bb1

Please sign in to comment.