fix readme
This commit is contained in:
parent
c25e4a7e21
commit
bf6f80e8c1
|
@ -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
|
curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64
|
||||||
# Optionally verify file integrity
|
# Optionally verify file integrity
|
||||||
echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
|
echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
|
||||||
chmod +x pomo
|
chmod +x pomo
|
||||||
./pomo -v
|
./pomo -v
|
||||||
# Copy pomo to somewhere on your $PATH
|
# Copy pomo to somewhere on your $PATH
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
<pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64
|
<pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64
|
||||||
# Optionally verify file integrity
|
# Optionally verify file integrity
|
||||||
echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
|
echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
|
||||||
chmod +x pomo
|
chmod +x pomo
|
||||||
./pomo -v
|
./pomo -v
|
||||||
# Copy pomo to somewhere on your $PATH
|
# Copy pomo to somewhere on your $PATH
|
||||||
|
|
Loading…
Reference in New Issue