diff options
| author | historia <[not public]> | 2026-06-12 01:06:57 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 01:06:57 -0400 |
| commit | edbc3a5ae84f3344456cefd297cd0a543783eb53 (patch) | |
| tree | 74af97d2f66e9ed1e68f9374d1662a81750d88bf | |
| parent | 3a97417c9962430bc91af237b507375de8680d22 (diff) | |
| download | soon-edbc3a5ae84f3344456cefd297cd0a543783eb53.tar.gz | |
build notes
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |
