Update usage.md

main
Joseph 2024-10-25 18:54:50 +00:00
parent 17ae4c2353
commit eb471ec5b0
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ gcc -o solver solver.c -lm
```bash
ruby proof_of_work.rb "262144:1:SALTe7e590c2f902:1500"
```
```bash
chmod +x solver.sh
./solver.sh "262144:1:SALTe7e590c2f902:1500"
```
### Summary of the Markdown Content
- **Requirements**: Lists required utilities and how to install them.