summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe5cfcd..55f79fc 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,17 @@
# Org zettelkasten
+
+## Installing
+
+The current repository needs at least GHC 9.2.7. The easiest way to install it
+is using `ghcup`:
+
+```shell
+ghcup install ghc cabal
+```
+
+Then, run the following to build the project:
+
+```shell
+cabal update
+cabal build
+```