From 044275ebecf86ea3e3db93da1a7a0c541317a299 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 15 Dec 2023 14:55:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 965a701..57cd811 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ Options: - [Python](https://www.python.org/downloads/) #### Instructions -1. Download script: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/master/password_hash.py` -2. Run python script: `python3 password_hasher.py [OPTIONS] ` +1. Download script & make executable: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/master/password_hash.py && chmod 0775 password_hasher.py` +2. Run python script: `./password_hasher.py [OPTIONS] `