From fb06da343e37103595438a3fad6a81e423ddf103 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 17 Nov 2022 23:55:38 +0200 Subject: [PATCH] add info about submodules to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdc88b3a..e812abea 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ - A specific build type can be cleaned by adding `clean=1` to the make argument list. Similarly, adding `builddir=1` will give you the build directory. - Tests can be run with `./BQN path/to/mlochbaum/BQN/test/this.bqn` (add `-noerr` if using `make heapverify`). - [Some implementation docs](https://github.com/dzaima/CBQN/tree/master/src#readme) +- Git submodules are used for Singeli, replxx, and bytecode. It's possible to override those by, respectively, linking/copying a local version to `build/singeliLocal`, `build/replxxLocal`, and `build/bytecodeLocal`. ### Precompiled bytecode