Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: 1192d93e322d0c9b8765dfafd87879c08c740153
Timestamp: Sat, 03 Mar 2018 20:28:48 +0000 (6 years ago)

+8 -8 +/-2 browse
update docs
1diff --git a/README.md b/README.md
2index af2495d..2fbeeb8 100644
3--- a/README.md
4+++ b/README.md
5 @@ -23,9 +23,9 @@ Binaries are available for Linux and OSX platforms in the [releases section](htt
6 #### Linux
7
8 ```
9- curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.5.0/pomo-0.5.0-linux-amd64
10+ curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.6.0/pomo-0.6.0-linux-amd64
11 # Optionally verify file integrity
12- echo 021d59be9a4d625c4e9ee7506c6d7594 pomo | md5sum -c -
13+ echo 97be4ccf66c4ae4e3e154f87b9bb0bf2 pomo | md5sum -c -
14 chmod +x pomo
15 ./pomo -v
16 # Copy pomo to somewhere on your $PATH
17 @@ -34,9 +34,9 @@ chmod +x pomo
18 #### OSX
19
20 ```
21- curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.5.0/pomo-0.5.0-darwin-amd64
22+ curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.6.0/pomo-0.6.0-darwin-amd64
23 # Optionally verify file integrity
24- [[ $(md5 -r pomo) != "63370c77f761f38b3c1976e9aaa1e7d3 pomo" ]] && echo "invalid hash!"
25+ [[ $(md5 -r pomo) != "55d77a30dfd6f66c95e19dd83c7ec95c pomo" ]] && echo "invalid hash!"
26 chmod +x pomo
27 ./pomo -v
28 # Copy pomo to somewhere on your $PATH
29 diff --git a/docs/index.html b/docs/index.html
30index 51423c8..df681e0 100644
31--- a/docs/index.html
32+++ b/docs/index.html
33 @@ -148,9 +148,9 @@
34
35 <h4 id="linux">Linux</h4>
36
37- <pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.5.0/pomo-0.5.0-linux-amd64
38+ <pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.6.0/pomo-0.6.0-linux-amd64
39 # Optionally verify file integrity
40- echo 021d59be9a4d625c4e9ee7506c6d7594 pomo | md5sum -c -
41+ echo 97be4ccf66c4ae4e3e154f87b9bb0bf2 pomo | md5sum -c -
42 chmod +x pomo
43 ./pomo -v
44 # Copy pomo to somewhere on your $PATH
45 @@ -158,9 +158,9 @@ chmod +x pomo
46
47 <h4 id="osx">OSX</h4>
48
49- <pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.5.0/pomo-0.5.0-darwin-amd64
50+ <pre><code>curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.6.0/pomo-0.6.0-darwin-amd64
51 # Optionally verify file integrity
52- [[ $(md5 -r pomo) != &quot;63370c77f761f38b3c1976e9aaa1e7d3 pomo&quot; ]] &amp;&amp; echo &quot;invalid hash!&quot;
53+ [[ $(md5 -r pomo) != &quot;55d77a30dfd6f66c95e19dd83c7ec95c pomo&quot; ]] &amp;&amp; echo &quot;invalid hash!&quot;
54 chmod +x pomo
55 ./pomo -v
56 # Copy pomo to somewhere on your $PATH