aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d70b6e..c8f04ed 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,23 @@ TODO
## Usage
+### Setting reminders
+
TODO
+### Receiving reminders
+
+#### On Microsoft Windows
+
+This command should set the scheduled task:
+
+ schtasks /Create /SC MINUTE /TN srem /TR "C:\path\to\srem.exe --cron"
+
+To get rid of the command prompt window that momentarily flashes up
+every time the command is run, open the scheduled tasks manager, find
+the srem task and open its properties, and select "Run whether user is
+logged on or not".
+
## Building
TODO