diff --git a/README.md b/README.md index 2a94683..374704d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Binaries are available for Linux and Darwin platforms in the [releases section]( ``` curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64 # Optionally verify file integrity -echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c - +echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c - chmod +x pomo ./pomo -v # Copy pomo to somewhere on your $PATH diff --git a/docs/index.html b/docs/index.html index 5dc88f0..48791b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -150,7 +150,7 @@
curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64
# Optionally verify file integrity
-echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
+echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
chmod +x pomo
./pomo -v
# Copy pomo to somewhere on your $PATH