From: Elias Fleckenstein Date: Thu, 30 Dec 2021 19:51:03 +0000 (+0100) Subject: Document build process X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=adaf25f7dda9a59600b1c19681c582c5ae3e4786;p=uwu-nolambda.git Document build process --- diff --git a/README.md b/README.md index fa218f2..8bfb578 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # nolambda nolambda is a collection of native [uwu](https://github.com/EliasFleckenstein03/uwulang) modules that break the lambda paradigm, such as linear execution, I/O, globals etc. +## Building + +Make sure the submodules are checked out: + +```sh +git submodule update --init +``` + +Build: + +```sh +make uwu_include_path=/path/to/uwulang/repo +``` + ## Modules ### `nolambda:flow`