Skip to content

Commit 7b3258e

Browse files
committed
chore: bump to v0.0.2
1 parent e31ef89 commit 7b3258e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
A non-parallelizable proof of work challenge system
44

5-
## Install Solver
5+
## Install
66

77
To download, cache, and execute an appropriate binary to solve a PoW challenge in a single command, use:
88
```sh
99
curl -sSfL https://pwn.red/pow | sh -s challenge
1010
```
1111

12-
Static binaries for Linux, Windows, and macOS are available [in GitHub releases](https://github.com/redpwn/pow/releases).
12+
Static binaries for Linux, Windows, and macOS are also available [in GitHub releases](https://github.com/redpwn/pow/releases).
1313

1414
If Go and libgmp are available, you can compile, install, and run with:
1515
```sh

cmd/redpwnpow/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/redpwn/pow/blob/master/cmd/redpwnpow/run.sh
44

55
set -e
6-
version=v0.0.1
6+
version=v0.0.2
77
challenge=$1
88
run() {
99
cache_root=$HOME/.cache/redpwnpow

0 commit comments

Comments
 (0)