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] `