From f5eb6e2d4b6fa14d370c4988608646ffd7743254 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sun, 1 Sep 2013 16:17:26 -0400 Subject: [PATCH] Fix the lines. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3b73f82..aa250a0 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ And assuming you have g++ and a unixy system, it will just work. Nothing special #### Usage If you try + ``` ./tpom ``` + You'll see a blank line. This is because the timer isn't running. Try ``` @@ -30,11 +32,14 @@ You'll see a blank line. This is because the timer isn't running. Try ``` To start the daemon for a default of 25 minutes. If you want a different amount of time try one of: + ``` ./tpom start -s 90 ./tpom start -m 15 ``` + For 90 seconds or 15 minutes, respectively. Now that it's running, run + ``` ./tpom ```