modified: README.md

This commit is contained in:
Acid
2025-11-14 04:01:48 -05:00
parent 30fcdc256e
commit 995278a357
+2 -1
View File
@@ -67,7 +67,8 @@ Should look like this .
Need to correct ownership of home directory Need to correct ownership of home directory
``` ```
sudo chown -R user:user /home/username sudo chown -R "$USER:$USER" $HOME
``` ```
## A snapshot of your current fedora config can be generated with this script ## A snapshot of your current fedora config can be generated with this script