diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 19:22:34 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 19:22:34 +0100 |
commit | 95b216528f3c8ccdff224bad6a6cfed743bfc029 (patch) | |
tree | 0f6bcd26daa14a6058e892578d253fc644780fb3 | |
parent | e56374fa85ab5cac4c9a4b264ea994c750a2bae0 (diff) | |
download | uwu-lang-95b216528f3c8ccdff224bad6a6cfed743bfc029.tar.xz |
Add submodule notice to README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |