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

Merge pull request #166 from oesukam/patch-1

Correct the installation path
This commit is contained in:
Ginger Collison 2020-11-05 11:53:18 -06:00 committed by GitHub
commit f63a0b8875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ Archive: nats-server.zip
inflating: nats-server-v2.0.0-linux-amd64/LICENSE inflating: nats-server-v2.0.0-linux-amd64/LICENSE
inflating: nats-server-v2.0.0-linux-amd64/nats-server inflating: nats-server-v2.0.0-linux-amd64/nats-server
> sudo cp nats-server-v2.0.0-linux-amd64/nats-server /usr/bin > sudo cp nats-server/nats-server-v2.0.0-linux-amd64/nats-server /usr/bin
``` ```
## Installing From the Source ## Installing From the Source