From fb41320527aff1e36745f5852673121a05187db4 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Wed, 29 Mar 2017 17:45:54 +0530 Subject: [PATCH] Add instructions to generate config `tutorial.md` was missing instructions to generate config for the first time install. Signed-off-by: Suraj Deshmukh --- tutorial.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tutorial.md b/tutorial.md index b944acfe..904c1289 100644 --- a/tutorial.md +++ b/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 ```