Merge pull request #1019 from williamsandrew/add-missing-sudo
docs: Add missing `sudo` command in tutorial
This commit is contained in:
commit
fa23808bd6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ install -D -m 644 seccomp.json /etc/crio/seccomp.json
|
|||
If you are installing for the first time, generate config as follows:
|
||||
|
||||
```
|
||||
make install.config
|
||||
sudo make install.config
|
||||
```
|
||||
|
||||
Output:
|
||||
|
|
Loading…
Reference in a new issue