summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-03-15 10:52:11 -0700
committerlshprung <lshprung@yahoo.com>2021-03-15 10:52:11 -0700
commiteaaa117ad0f3a771fef2ff0c126c4d294e7acb2c (patch)
tree0a8e07e27d4816637f711e0586a75ff321097090
parent24ec542e005faa8ba3e95f73b899c2ad865199e9 (diff)
Updated READMEHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77089bb..dc7ac1d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ randint.sh is a bash script that can generate a random integer in a set range. E
1. Clone the Repository
2. `cd randint`
-3. `chmod 755 randint.sh`
+3. If the script is not executable already, `chmod 755 randint.sh`
4. `./randint.sh`
The script takes in at least one argument. More information can be found in the help dialogue.