From dd23c76f048f34849f48c9a069bb4cb22c056aa4 Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 10 Aug 2023 02:47:51 -0700 Subject: [PATCH] update readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 . +```