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

7 Commits

Author SHA1 Message Date
Olivier M. Esuka
a7fc21ca1d
Correct the installation path
### Description
This PR correct the installation path before moving the executed file from the unzipped folder

### How to reproduce
```text
> curl -L https://github.com/nats-io/nats-server/releases/download/v2.0.0/nats-server-v2.0.0-linux-amd64.zip -o nats-server.zip

> unzip nats-server.zip -d nats-server
Archive:  nats-server.zip
   creating: nats-server-v2.0.0-linux-amd64/
  inflating: nats-server-v2.0.0-linux-amd64/README.md
  inflating: nats-server-v2.0.0-linux-amd64/LICENSE
  inflating: nats-server-v2.0.0-linux-amd64/nats-server

> sudo cp nats-server/nats-server-v2.0.0-linux-amd64/nats-server /usr/bin
```
The above `sudo cp nats-server-v2.0.0-linux-amd64/nats-server /usr/bin` doesn't work because the source should be ` nats-server/nats-server-v2.0.0-linux-amd64/nats-server`
2020-11-04 21:18:31 +02:00
Ginger Collison
de933e912d
GitBook: [master] 61 pages modified 2020-04-10 14:41:07 +00:00
Ginger Collison
de31937d7f
Update installation.md 2020-02-11 14:02:52 -06:00
Matthias Hanel
4f41f267fe Adding explanations/links. Grouping main config options and adding defaults
refreshed some sample output

Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-11 12:25:58 -05:00
Eric Malamisura
f43f2d1260
Fix linux instructions
Linux instructions were incorrect.
2020-01-03 18:06:50 -05:00
ainsley
0f8d6c61b9 adding gists 2019-12-20 16:28:34 -06:00
Ginger Collison
fb0d5c8355
GitBook: [master] 326 pages and 16 assets modified 2019-10-04 17:48:52 +00:00