Skip to content

Commit

Permalink
Merge pull request #1204 from alexbozhenko/patch-1
Browse files Browse the repository at this point in the history
Update README.md: add windows instructions
  • Loading branch information
ripienaar authored Dec 20, 2024
2 parents 4f7f8a0 + c8fafd3 commit 66ea0d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and support full JetStream management.

### Installation

Releases are [published to GitHub](https://github.com/nats-io/natscli/releases/) where zip, rpm and debs for various
Releases are [published to GitHub](https://github.com/nats-io/natscli/releases/) where Zip, RPMs and DEBs for various
operating systems can be found.

#### Installation via go install
Expand All @@ -41,12 +41,18 @@ go install github.com/nats-io/natscli/[email protected]

#### macOS installation via Homebrew

For macOS `brew` can be used to install the latest version:
For macOS `brew` can be used to install the latest released version:

```nohighlight
brew tap nats-io/nats-tools
brew install nats-io/nats-tools/nats
```
#### Windows installation via scoop
On Windows, [scoop](https://scoop.sh) has the latest released version:
```
scoop bucket add extras
scoop install extras/natscli
```

#### Arch Linux installation via yay

Expand All @@ -58,7 +64,7 @@ yay natscli

#### Installation from the shell

The following script will install the latest version of the nats cli on Linux and macOS:
The following script will install the latest released version of the nats cli on Linux and macOS:

```nohighlight
curl -sf https://binaries.nats.dev/nats-io/natscli/nats@latest | sh
Expand Down

0 comments on commit 66ea0d0

Please sign in to comment.