aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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).