Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: add binaries.nats.dev #713

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading