From 12722c1c9fe05ab37b3d32c59af4f509079a18d6 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Thu, 31 Mar 2022 06:29:42 -0700 Subject: [PATCH] Update first_steps.md (#695) Added verbiage per request --- docs/first_steps.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/first_steps.md b/docs/first_steps.md index 7118d51b..f03ec85e 100644 --- a/docs/first_steps.md +++ b/docs/first_steps.md @@ -87,7 +87,11 @@ For future examples, let's assume that your PiKVM has received the address **192 # kvmd-htpasswd set admin # ro ``` - + If you require additional user changes you can use the following: + ``` + # kvmd-htpasswd set # Sets a new user + # kvmd-htpasswd del # Removes/deletes a user + ``` ## Configuring PiKVM