fix wrong command
This commit is contained in:
parent
91a7f5a45c
commit
0c2eaa33d2
|
@ -26,7 +26,7 @@ $ npm install -g karma-cli gulp webpack nodemon
|
||||||
|
|
||||||
Your user must be on the docker group to use it so you will need to run this command:
|
Your user must be on the docker group to use it so you will need to run this command:
|
||||||
```
|
```
|
||||||
$ sudo usermod -G docker yourusername
|
$ sudo usermod -a -G docker yourusername
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started // Installing
|
## Getting Started // Installing
|
||||||
|
|
Loading…
Reference in New Issue