# 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 ```