Skip to content

Commit

Permalink
fix(docs): fix homebrew tap installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zackijack committed Jun 18, 2021
1 parent eaa52c4 commit 92dbfd8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ You can install the pre-compiled binary in several different ways.

#### homebrew tap
```shell
$ brew tap zackijack/go-project [email protected]:zackijack/homebrew-tap
$ brew tap zackijack/tap
$ brew install go-project
```

or simply

```shell
$ brew install zackijack/tap/go-project
```

#### deb/rpm
Download the `.deb` or `.rpm` from the [releases page](https://github.com/zackijack/go-project/releases) and install with `dpkg -i` and `rpm -i` respectively.

Expand Down

0 comments on commit 92dbfd8

Please sign in to comment.