From 7f0df49878e1915539385f5bfecbfcbf1f051200 Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Wed, 31 Jan 2018 08:12:09 -0500 Subject: [PATCH] update readme --- README.md | 17 +++++------------ docs/index.html | 16 +++++----------- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 07044ae..00ffa10 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,13 @@ The Pomodoro Technique is simple and effective: ## Installation -### Dependencies - -`pomo` depends on the [SQLite](https://sqlite.org) runtime, make sure it is installed before continuing. If running on Linux `pomo` will attempt to send notifications via [libnotify](https://developer.gnome.org/libnotify). - - ### Binaries Binaries are available in the [releases section](https://github.com/kevinschoon/pomo/releases) on github. ``` -curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.2.0/pomo-0.2.0-linux -echo f74156fdcdaec9574d64891b8fc76b7e5b0b2c00a446eb58e0fe4341fc83e9ad pomo | sha256sum -c - +curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.3.0/pomo-0.3.0-linux +echo 2fb16d362d6ffef582fe5e8691272d93b021d14f32cbeda6895f0bb94d413903 pomo | sha256sum -c - chmod +x pomo ./pomo -v # Copy pomo to somewhere on your $PATH @@ -37,9 +32,7 @@ chmod +x pomo ``` go get github.com/kevinschoon/pomo - cd $GOPATH/github.com/kevinschoon/pomo - make - ./bin/pomo + pomo -v ``` ## Usage @@ -57,8 +50,8 @@ pomo start -t my-project "write some codes" ## Roadmap - * Generate charts - * Notifiers for OSX and Windows(?) + * Generate charts/burn down + * System tray notification/icon * ?? ## Credits diff --git a/docs/index.html b/docs/index.html index 3db1200..d02605e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,16 +142,12 @@

Installation

-

Dependencies

- -

pomo depends on the SQLite runtime, make sure it is installed before continuing. If running on Linux pomo will attempt to send notifications via libnotify.

-

Binaries

Binaries are available in the releases section on github.

-
curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.2.0/pomo-0.2.0-linux 
-echo f74156fdcdaec9574d64891b8fc76b7e5b0b2c00a446eb58e0fe4341fc83e9ad pomo | sha256sum -c -
+
curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.3.0/pomo-0.3.0-linux 
+echo 2fb16d362d6ffef582fe5e8691272d93b021d14f32cbeda6895f0bb94d413903 pomo | sha256sum -c -
 chmod +x pomo
 ./pomo -v
 # Copy pomo to somewhere on your $PATH
@@ -160,9 +156,7 @@ chmod +x pomo
 

Source

 go get github.com/kevinschoon/pomo
- cd $GOPATH/github.com/kevinschoon/pomo
- make
- ./bin/pomo
+ pomo -v
 

Usage

@@ -180,8 +174,8 @@ chmod +x pomo

Roadmap

    -
  • Generate charts
  • -
  • Notifiers for OSX and Windows(?)
  • +
  • Generate charts/burn down
  • +
  • System tray notification/icon
  • ??