From edbc3a5ae84f3344456cefd297cd0a543783eb53 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 01:06:57 -0400 Subject: build notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ab5eaa8..2bc3611 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ Soon is a minimalist, text file based, CLI calendar inspired by [When](https://w In terms of features and complexity, Soon lies between [When](https://www.lightandmatter.com/when/when.html) and [Remind](https://dianne.skoll.ca/projects/remind/) but aims to be less verbose than either. +# Build + +Install [Nim](https://nim-lang.org/install_unix.html), then + +``` +git clone https://codeberg.org/historia/soon +nimble build +./soon +``` + # Quick Start 1. Run `soon -e` to edit your default calendar. On first run, soon will generate a config and calendar file under $XDG_CONFIG_HOME/soon. -- cgit v1.2.3