Merge pull request #416 from surajssd/readme-generate-config
Add instructions to generate config
This commit is contained in:
commit
93b1ff5207
1 changed files with 13 additions and 0 deletions
13
tutorial.md
13
tutorial.md
|
@ -142,6 +142,19 @@ install -D -m 644 ocid.conf /etc/ocid/ocid.conf
|
|||
install -D -m 644 seccomp.json /etc/ocid/seccomp.json
|
||||
```
|
||||
|
||||
If you are installing for the first time, generate config as follows:
|
||||
|
||||
```
|
||||
make install.config
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
install -D -m 644 ocid.conf /etc/ocid/ocid.conf
|
||||
install -D -m 644 seccomp.json /etc/ocid/seccomp.json
|
||||
```
|
||||
|
||||
#### Start the ocid system daemon
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue