1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #44 from philpennock/pdp/fix_mkpasswd_goget_url

Fix missing 'nats-io/' in a URL
This commit is contained in:
Ginger Collison 2020-02-03 10:47:23 -06:00 committed by GitHub
commit 92e62d1282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ A utility for creating `bcrypt` hashes is included with the nats-server distribu
If you have [go installed](https://golang.org/doc/install), you can easily install the `mkpasswd` tool by doing:
```text
> go get github.com/nats-server/util/mkpasswd
> go get github.com/nats-io/nats-server/util/mkpasswd
```
Alternatively, you can: