From bfa6bbb2aebcb3e7b69feb96a1cdb2bb549f0ab2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Jul 2023 09:19:47 -0700 Subject: [PATCH] Add a disclaimer that most need run as root. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c95b23..9bede8c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ I am still new to Docker and am likely to make mistakes, but you're welcome to l Currently the project only focuses on `apt` based operating systems. ## How To Use +Most of these commands benefit from being root. Something like a `sudo su -` if you feel comfortable with it. +Otherwise ne aware that using sudo may cause file permission conflicts when interacting with the configuration files and folders. + Install the project dependencies. ``` apt install git bash