]> git.lizzy.rs Git - uwu-nolambda.git/commitdiff
Document build process
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 30 Dec 2021 19:51:03 +0000 (20:51 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 30 Dec 2021 19:51:03 +0000 (20:51 +0100)
README.md

index fa218f25ae9d68b41c5212cfb6217c1bcb6c485b..8bfb578f94ce66993db6ec1bb65d42678ba2a2c2 100644 (file)
--- 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`