Skip to content

Commit

Permalink
Update installation instructions for macOS
Browse files Browse the repository at this point in the history
The last version of OS X went end of life several years ago. This
updates the installation instructions to refer to the current Apple
macOS.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Jul 1, 2024
1 parent 0b9a483 commit c0640e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ To install a specific release:
go install github.com/nats-io/natscli/[email protected]
```

#### OS X installation via Homebrew
#### macOS installation via Homebrew

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

```nohighlight
brew tap nats-io/nats-tools
Expand All @@ -58,7 +58,7 @@ yay natscli

#### Installation from the shell

The following script will install the latest version of the nats cli on Linux and OS X:
The following script will install the latest 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 c0640e2

Please sign in to comment.