Skip to content

Commit

Permalink
Merge pull request nats-io#648 from JacobReynolds/patch-1
Browse files Browse the repository at this point in the history
Fixing nex install organization name
  • Loading branch information
gcolliso authored Jan 24, 2024
2 parents 3bb168f + 225fce5 commit 8e3d6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nex/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All of the functionality you need for Nex is conveniently wrapped up in a single command line tool. To install it, all you need to do is use the following `go` command (A more formal release image will be added soon).

```
go install github.com/ConnectEverything/nex/nex@latest
go install github.com/synadia-io/nex/nex@latest
```

{% hint style="info" %}
Expand Down Expand Up @@ -59,4 +59,4 @@ Validating - User provided files []
✅ Dependency Satisfied - /tmp/wd/rootfs.ext4 [Root Filesystem Template]
```

With a running NATS server and a passing pre-flight checklist, you're ready to start running workloads on NATS!
With a running NATS server and a passing pre-flight checklist, you're ready to start running workloads on NATS!

0 comments on commit 8e3d6ee

Please sign in to comment.