We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709a1e8 commit b168370Copy full SHA for b168370
README.md
@@ -53,6 +53,14 @@ For Arch users there is an [AUR package](https://aur.archlinux.org/packages/nats
53
yay natscli
54
```
55
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
64
#### Nightly docker images
65
66
Nightly builds are included in the `synadia/nats-server:nightly` Docker images.
0 commit comments