From 913b94b072a3c431d81bb7396a741adbac26acff Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Fri, 9 Feb 2024 20:02:42 -0300 Subject: [PATCH] kbs/quickstart: sudo and start in background Update the instruction to start the kbs binary with sudo as it requires higher priviledges and in background. Signed-off-by: Wainer dos Santos Moschetta --- kbs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbs/quickstart.md b/kbs/quickstart.md index 4e6458afe3..77b8a22aa1 100644 --- a/kbs/quickstart.md +++ b/kbs/quickstart.md @@ -72,7 +72,7 @@ sudo make install-cli Start KBS with HTTP server: ```shell -kbs --config-file config/kbs-config.toml +sudo kbs --config-file config/kbs-config.toml & ``` If you want start KBS with HTTPS server, use `--private-key` and `--certificate`