From a498ff538ed04a3135ef7d9a453d5570d3de5e1c Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sun, 11 Apr 2021 08:04:18 +0800 Subject: [PATCH] Updated setup.sh instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a195691..19091e2d8 100644 --- a/README.md +++ b/README.md @@ -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