summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 10:00:43 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 10:00:43 +0100
commit3e650e1ebdd9279f0d4100bcfdb9115edac0e40c (patch)
tree2bfca4ca780827162f02e3185469a924a1767cf6 /README.md
parent90287bf4c616e5cbe9bbe4e0ecec23efb3bffa9d (diff)
downloadzk-visual-3e650e1ebdd9279f0d4100bcfdb9115edac0e40c.tar.gz
zk-visual-3e650e1ebdd9279f0d4100bcfdb9115edac0e40c.zip
Remove lock files and update README
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
+```