Updated setup.sh instructions

This commit is contained in:
Stuart Breckenridge 2021-04-11 08:04:18 +08:00
parent 3c5af3159e
commit a498ff538e
No known key found for this signature in database
GPG Key ID: ED2F112EEA9EF8A5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ You can do this in one of two ways: using the included `setup.sh` script or by c
##### Using `setup.sh`
- Open Terminal and `cd` into the NetNewsWire directory.
- Run this command to ensure you have execution rights for the script: `sudo chmod 755 setup.sh`
- Run this command to ensure you have execution rights for the script: `chmod +x setup.sh`
- Execute the script with the following command: `./setup.sh` and complete the answers.
##### Manually