From e2ceb72c7a52fb933c4789855a52842791edc66d Mon Sep 17 00:00:00 2001 From: Alex Bozhenko Date: Thu, 20 Feb 2025 15:06:19 -0800 Subject: [PATCH] Update README.md: addn binaries.nats.dev (#713) also, drop outdated info about pre-go modules setup --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c532c48b..414a3560 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ A tool for creating NATS account and user access configurations ## Install +This script downloads the latest released binary to the current working directory: +``` +curl -sf https://binaries.nats.dev/nats-io/nsc/v2@latest | sh +``` + With Python: ```bash @@ -49,11 +54,6 @@ using Homebrew, `brew update` will update. [Documentation is here.](https://nats-io.github.io/nsc/) -## Building - -NSC uses go modules. If your project source is in `$GOPATH`, you must define set -the environment variable `GO111MODULE` to `on`. - ## Running with Docker The NATS team maintains a lightweight Docker image with many of the NATS