From 2e94ea3adcde95a3c8aaedef7bd742cb0f58db84 Mon Sep 17 00:00:00 2001 From: Norm Date: Wed, 3 Aug 2022 22:39:35 +0000 Subject: [PATCH] docs/install: Move user creation after installing deps --- docs/INSTALL.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c90f15215..37e20a83a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -4,13 +4,6 @@ This guide will assume that you have administrative rights, either as root or a This guide will also assume you're using Debian or a derivative like Ubuntu. If you are using another OS, you will need to adapt the comamnds and package names to match those that your OS uses. -## Create FoundKey user -Running FoundKey as root is not a good idea. Create a separate user to run FoundKey. - -```sh -adduser --disabled-password --disabled-login foundkey -``` - ## Install dependencies FoundKey requires the following packages to run: @@ -38,6 +31,13 @@ apt install ffmpeg corepack enable # for yarn ``` +## Create FoundKey user +Create a separate non-root user to run FoundKey: + +```sh +adduser --disabled-password --disabled-login foundkey +``` + ## Install FoundKey 1. Login to the `foundkey` user