diff --git a/readme.md b/readme.md index 17791ad..d423670 100644 --- a/readme.md +++ b/readme.md @@ -10,3 +10,12 @@ _Commands here will assume you are currently in the directory of the dotfiles._ ```sh sudo nixos-rebuild switch --flake ".#server" ``` +## Permissions + +_Commands here will assume you are currently in the directory of the dotfiles._ + +File permissions should be done through the following commands: +```sh + sudo chmod 775 -R . + sudo chown -R reidlab:dotfiles . +```