Skip to content

Commit

Permalink
Add how to install from the shell in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmoyne committed Nov 16, 2023
1 parent 7368f1c commit dca8399
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ For Arch users there is an [AUR package](https://aur.archlinux.org/packages/nats
yay natscli
```

#### Installation from the shell

The following script will install the latest version of the nats cli on Linux and OS X:

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

#### Nightly docker images

Nightly builds are included in the `synadia/nats-server:nightly` Docker images.
Expand Down

0 comments on commit dca8399

Please sign in to comment.