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

Update README.md

typo in change files owner command: 'chmod' used instead of 'chown'
This commit is contained in:
Oleksandr Sobkovych 2021-06-18 10:51:20 +03:00 committed by GitHub
parent b182aae001
commit c2d61e16d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ $ docker run --rm -it -v $(pwd)/nsc:/nsc synadia/nats-box:latest
# In case NSC not initialized already: # In case NSC not initialized already:
nats-box:~# nsc init nats-box:~# nsc init
nats-box:~# chmod -R 1000:1000 /nsc nats-box:~# chown -R 1000:1000 /nsc
$ tree -L 2 nsc/ $ tree -L 2 nsc/
nsc/ nsc/
├── accounts ├── accounts