Added security feature to README... ;)

This commit is contained in:
Johannes Findeisen 2025-06-07 04:34:40 +02:00
commit bf37190fbf

View file

@ -17,6 +17,7 @@ My plan is to switch from Docker to native Linux Containers at some time but I a
mkdir -p home/$USER mkdir -p home/$USER
chown $USER:$USER home/$USER chown $USER:$USER home/$USER
chmod 0750 home/$USER
su su
# or # or
sudo su sudo su