Commit
+4 -9 +/-1 browse
1 | diff --git a/docs/index.html b/docs/index.html |
2 | index bd3b266..588cc48 100644 |
3 | --- a/docs/index.html |
4 | +++ b/docs/index.html |
5 | @@ -35,15 +35,10 @@ |
6 | <li>Repeat</li> |
7 | </ul> |
8 | <h2 id="installation">Installation</h2> |
9 | - <h3 id="binaries">Binaries</h3> |
10 | - <p>Binaries are available for Linux and OSX platforms in the <a href="https://github.com/kevinschoon/pomo/releases">releases section</a> on github.</p> |
11 | - <h3 id="installer-script">Installer Script</h3> |
12 | - <p>A bash script to download and verify the latest release for Linux and OSX platforms can be run |
13 | - with the following command:</p> |
14 | - <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">curl -L -s https://kevinschoon.github.io/pomo/install.sh | bash /dev/stdin |
15 | - </code></pre></div><h3 id="source">Source</h3> |
16 | - <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">go get github.com/kevinschoon/pomo |
17 | - pomo -v |
18 | + <h3 id="source">Source</h3> |
19 | + <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">git clone git@github.com:kevinschoon/pomo.git |
20 | + cd pomo |
21 | + make |
22 | </code></pre></div><h2 id="usage">Usage</h2> |
23 | <p>Once <code>pomo</code> is installed you need to initialize it’s database.</p> |
24 | <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">pomo init |