summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-21 18:21:49 +0100
committerHenry <mail@henrygressmann.de>2023-12-21 18:21:49 +0100
commitfcb92cab9a440931ebc90dfdb94974084d5e066b (patch)
tree762c792fd5d073ea26ed6fde07bf6c2f2f6a3872 /CONTRIBUTING.md
parent223ad508cafdd6dd2fe9f37f257becbe160f8922 (diff)
docs: add info about submodules
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2fa8ac8..2b0b8b8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@
Generate test result charts
- **`cargo test-mvp`**\
- Run the WebAssembly MVP (1.0) test suite
+ Run the WebAssembly MVP (1.0) test suite. Be sure to cloned this repo with `--recursive` or initialize the submodules with `git submodule update --init --recursive`
- **`cargo version-dev`**\
Bump the version to the next dev version. This should be used after a release so test results are not overwritten. Does not create a new github release.