Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 31, 2023
1 parent 394d199 commit b2df5b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

**gibo** (short for .gitignore boilerplates in Go) is a command-line tool to help you easily access .gitignore boilerplates from [github.com/github/gitignore](https://github.com/github/gitignore).

It is a reimplementation of [gibo](https://github.com/simonwhitaker/gibo), in Go.

## Typical usage

```console
Expand All @@ -16,6 +14,12 @@ For additional usage instructions, run `gibo help`.

### Using Homebrew

```sh
brew install gibo
```

Or use the tap, which is slightly more up-to-date:

```sh
brew install simonwhitaker/tap/gibo
```
Expand All @@ -28,8 +32,6 @@ choco install gibo

### Using the Go toolchain

Or install using `go install`:

```sh
go install github.com/simonwhitaker/gibo@latest
```
Expand Down

0 comments on commit b2df5b7

Please sign in to comment.