aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.org b/README.org
index c9c40d8..73057a4 100644
--- a/README.org
+++ b/README.org
@@ -57,11 +57,11 @@ intentionally plan on not waking up. To run a test, use:
go2work -t
#+END_SRC
-To stop the alarm, use ~Ctrl + C~ to abort the program. If your ringtone
-has fully played and is over, it will run again until you wake the fuck up
-and insert a ~Ctrl + C~ event into *go2work*.
+To stop the alarm, use ~Ctrl + C~ to abort the program. If your ringtone is
+done playing, it will play again until you wake the fuck up and insert a
+~Ctrl + C~ event into *go2work*.
-Given time must always be in 24 hours format because it just is better then 12.
+Given time must always be in 24 hours format because it just is better than 12.
When planning to wake up at 06:30 A.M. use:
#+BEGIN_SRC shell
go2work 06:30
@@ -74,6 +74,7 @@ But when planning on waking up at 06:30 P.M. use:
#+BEGIN_SRC shell
go2work 18:30
#+END_SRC
+
When minutes don't matter, for example setting the alarm at 10:00,
you can format the time as:
#+BEGIN_SRC shell