Update README.md

main
tired 2024-10-15 13:16:27 -05:00 committed by GitHub
parent 4cc1335ce3
commit 949ae41fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@ This bash script implements a Proof of Work (PoW) algorithm using the Argon2 has
- [Features](#features) - [Features](#features)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Usage](#usage) - [Usage](#usage)
- [Script Details](#script-details)
- [License](#license)
## Features ## Features
@ -32,8 +30,8 @@ You can install these utilities on Debian/Ubuntu-based systems with:
sudo apt-get install argon2 xxd bc sudo apt-get install argon2 xxd bc
``` ```
```bash ```bash
git clone https://github.com/TiredFromTelehack/proof-of-work.git git clone https://github.com/TiredFromTelehack/proof-of-work-solver.git
cd proof-of-work cd proof-of-work-solver
``` ```
```bash ```bash
chmod +x proof_of_work.sh chmod +x proof_of_work.sh