summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2019-12-17 19:17:46 -0500
committerRoy Hooper <rhooper@toybox.ca>2019-12-17 19:17:46 -0500
commit7571f9790b233d508b426c8e2faa69514bea89d5 (patch)
tree25e479fc9190c03aea453ce09ae9ba966b1330b6 /BUILDING.md
parentd267dac4ac14d1fa7dcf3fe80b67886cd33a75d3 (diff)
remove --recursive
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 2e9fb4f30..73499d65d 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -21,7 +21,7 @@ Please ensure you setup your build environment appropriately, as per the guide.
This project has a bunch of git submodules. You will need to update them regularly.
git submodule sync
- git submodule update --init --recursive
+ git submodule update --init
### mpy-cross