Skip to content

Commit

Permalink
kbs/quickstart: sudo and start in background
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wainersm committed Feb 12, 2024
1 parent 406a889 commit 913b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 913b94b

Please sign in to comment.