Update README.md

This commit is contained in:
Zakary Timson 2023-12-15 14:55:52 +00:00
parent 70f62fad00
commit 044275ebec

View File

@ -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] <PASSWORD>`
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] <PASSWORD>`
</details>