From 5ff6b0b993290b8252353b5a2701fb35cb300c55 Mon Sep 17 00:00:00 2001 From: ITwrx Date: Sun, 18 May 2025 11:14:10 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f75c6da..f18105b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A single-user-per-instance web application for creating/editing Reminders that can repeat in various ways. Supports email and XMPP notifications. It is written in [Nim](https://nim-lng.org) using the [Guildenstern](https://github.com/olliNiinivaara/GuildenStern) multi-threaded server library and the muti-threaded [SQLiteral](https://github.com/olliNiinivaara/SQLiteral) SQLite API library. -# System Package Dependencies +## System Package Dependencies curl: send any due Reminders by running the following Curl command from /etc/periodic/15min or similar cron mechanism. @@ -18,7 +18,7 @@ sqlite3: for the database. nim: to compile binary. We used nim 2.2.4 at the time of writing this. -# Compiling and running +## Compiling and running -- Install any non std/lib Nim package dependencies imported in the Forget-Me-Not source code with Nimble. @@ -30,6 +30,6 @@ nim: to compile binary. We used nim 2.2.4 at the time of writing this. -- we will try to add some example configs for some of this as time allows, assuming user interest. -# Or use ITwrx web hosted instance. +## Or use ITwrx web hosted instance. -- We will add a Forget-Me-Not project page to ITwrx.org along with hosting plan.