diff options
| -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. |
