aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 20:51:03 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 20:51:03 +0100
commitadaf25f7dda9a59600b1c19681c582c5ae3e4786 (patch)
tree79b0872a49f45e0cd38518233ba58fe3fe1da275
parent4f3d72475537b66e870894cdd4c6abcbb102ecc1 (diff)
downloaduwu-nolambda-adaf25f7dda9a59600b1c19681c582c5ae3e4786.tar.xz
Document build process
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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`