From 67db54ea544d4e61298215ac4b759bbd0f2d8f73 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 16 Oct 2017 22:27:47 -0500 Subject: [PATCH] docs: Add missing `sudo` command in tutorial Signed-off-by: Andrew Williams --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 07ee997c..0994559a 100644 --- a/tutorial.md +++ b/tutorial.md @@ -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: