Update README.md

This commit is contained in:
Zakary Timson 2023-12-15 22:07:05 +00:00
parent 044275ebec
commit bd50de476b

View File

@ -71,7 +71,7 @@ Options:
- [Python](https://www.python.org/downloads/) - [Python](https://www.python.org/downloads/)
#### Instructions #### Instructions
1. Download script & make executable: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/master/password_hash.py && chmod 0775 password_hasher.py` 1. Download script & make executable: `curl https://git.zakscode.com/ztimson/password-hasher/raw/branch/develop/password_hash.py && chmod 0775 password_hasher.py`
2. Run python script: `./password_hasher.py [OPTIONS] <PASSWORD>` 2. Run python script: `./password_hasher.py [OPTIONS] <PASSWORD>`
</details> </details>