From d078306384e875c2662e38cd9b5125bfb786df76 Mon Sep 17 00:00:00 2001 From: msydneyslaga <118566473+msydneyslaga@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:45:18 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3481c9e..d89c82a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ imitating Haskell. ### Build Info +* rlp is built using [Cabal](https://www.haskell.org/ghcup/) +* rlp's documentation is built using [Sphinx](https://www.sphinx-doc.org/en/master/) + ```sh $ cabal build # build the rlpc compiler $ cabal install # install rlpc to $PATH