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