From eaaa117ad0f3a771fef2ff0c126c4d294e7acb2c Mon Sep 17 00:00:00 2001 From: lshprung Date: Mon, 15 Mar 2021 10:52:11 -0700 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit