update readme

This commit is contained in:
Reid 2023-08-10 02:47:51 -07:00
parent 9f5976eabf
commit dd23c76f04

View file

@ -10,3 +10,12 @@ _Commands here will assume you are currently in the directory of the dotfiles._
```sh ```sh
sudo nixos-rebuild switch --flake ".#server" 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 .
```