aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-04 17:54:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-04 17:54:25 +0530
commita62f605f806e4248ccea19439c64381efb8c5ab4 (patch)
tree9fe6c43035a524f9366a1187560eeddb7f98d021 /CONTRIBUTING.md
parentchore: update recipes [skip ci] (diff)
downloadferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.tar.gz
ferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.tar.zst
ferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.zip
chore: ensure submodules are properly updated for nightly builds.
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 794d3cb79..31b4ac5de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -99,7 +99,7 @@ npm i -g windows-build-tools --vs2015
99```bash 99```bash
100git clone https://github.com/getferdi/ferdi.git 100git clone https://github.com/getferdi/ferdi.git
101cd ferdi 101cd ferdi
102git submodule update --init --recursive 102git submodule update --init --recursive --remote --rebase --force
103``` 103```
104 104
105It is important you execute the last command to get the required submodules (recipes). 105It is important you execute the last command to get the required submodules (recipes).