Clarified directory

As suggested by mayel
This commit is contained in:
Aaron Meese 2021-12-12 19:11:09 -06:00 committed by GitHub
parent 7dbea33d78
commit 7898bb5157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,9 +217,11 @@ make git.conflicts Find any git conflicts in ./forks
If you get a permissions error when following any of the steps, run the following command and it should be fixed:
```shell
cd ~/bonfire && sudo chown -R yourusername:yourusername .
cd bonfire && sudo chown -R yourusername:yourusername .
```
Note that the command should be modified so your shell is pointing to wherever you have bonfire installed. If you are already in the bonfire directory then you only need to worry about running the `chown` portion of the command.
### Unable to access Postgres database
If you are getting any `:nxdomain` errors, check if you have any firewalls that may be blocking the port on your system.