Skip to content

Commit

Permalink
updated the markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 14, 2023
1 parent 35a905f commit 7749500
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ As a developer, I'm still learning the Nim programming language (pretty awesome!

## 📦 Installation

- Install the package using [Nimble](https://github.com/nim-lang/nimble):
- ### Nim (using [nimble](https://github.com/nim-lang/nimble))

```bash
# Requires Nim v1.6 or greater.
$ nimble install nimip
```

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

```bash
# tapping the formula
Expand All @@ -50,7 +50,8 @@ $ brew tap hitblast/nimtap
$ 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.
- ### Binary Downloads
You can manually download the packaged versions of nimip 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 7749500

Please sign in to comment.