aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-01-01 19:22:34 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-01-01 19:22:34 +0100
commit95b216528f3c8ccdff224bad6a6cfed743bfc029 (patch)
tree0f6bcd26daa14a6058e892578d253fc644780fb3
parente56374fa85ab5cac4c9a4b264ea994c750a2bae0 (diff)
downloaduwu-lang-95b216528f3c8ccdff224bad6a6cfed743bfc029.tar.xz
Add submodule notice to README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 703a9d8..6d21e4f 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ It's turing complete and somewhat useable.
## Invocation
+Make sure the submodules are checked out:
+
+```
+git submodule update --init
+```
+
To build:
```