Skip to content

Commit

Permalink
added homebrew command
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 12, 2023
1 parent 08c2112 commit 35a905f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ As a developer, I'm still learning the Nim programming language (pretty awesome!
$ nimble install nimip
```

- or, using [Homebrew](https://brew.sh):

```bash
# tapping the formula
$ brew tap hitblast/nimtap

# installing it
$ brew install nimip
```

- or, you can manually download the packages required from the latest release in the [Releases](https://github.com/hitblast/nimip/releases) section. The [build artifacts](https://github.com/hitblast/nimip/actions/workflows/builds.yml) are also stored for you to download as well.

<br>
Expand Down

0 comments on commit 35a905f

Please sign in to comment.