From b43e77d037ce979f9ef463219eb6b7787383ce64 Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Wed, 28 Jul 2021 20:03:23 -0400 Subject: [PATCH] update docs --- docs/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/index.html b/docs/index.html index bd3b266..588cc48 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,15 +35,10 @@
  • Repeat
  • Installation

    -

    Binaries

    -

    Binaries are available for Linux and OSX platforms in the releases section on github.

    -

    Installer Script

    -

    A bash script to download and verify the latest release for Linux and OSX platforms can be run -with the following command:

    -
    curl -L -s https://kevinschoon.github.io/pomo/install.sh | bash /dev/stdin
    -

    Source

    -
    go get github.com/kevinschoon/pomo
    -pomo -v
    +

    Source

    +
    git clone git@github.com:kevinschoon/pomo.git
    +cd pomo
    +make
     

    Usage

    Once pomo is installed you need to initialize it’s database.

    pomo init