diff --git a/README.md b/README.md index 0dc6733..0e9344b 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,9 @@ echo "--- RSTAT Daily Job Complete ---" ``` **Before proceeding, you must edit the two absolute paths at the top of this script to match your system.** -**Step 2: Make the Script Executable**```bash +**Step 2: Make the Script Executable** + +```bash chmod +x run_daily_job.sh ```