Add instructions to generate config
`tutorial.md` was missing instructions to generate config for the first time install. Signed-off-by: Suraj Deshmukh <surajssd009005@gmail.com>
This commit is contained in:
parent
f2ce1fff0a
commit
fb41320527
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