Skip to content

Commit b168370

Browse files
jnmoyneripienaar
authored andcommitted
Add how to install from the shell in one line (#925)
1 parent 709a1e8 commit b168370

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ For Arch users there is an [AUR package](https://aur.archlinux.org/packages/nats
5353
yay natscli
5454
```
5555

56+
#### Installation from the shell
57+
58+
The following script will install the latest version of the nats cli on Linux and OS X:
59+
60+
```nohighlight
61+
curl -sf https://binaries.nats.dev/nats-io/natscli/nats@latest | sh
62+
```
63+
5664
#### Nightly docker images
5765

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

0 commit comments

Comments
 (0)