Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 448f3cf

Browse files
author
Islam Wahdan
authored
Merge pull request #292 from pycom/bug_fixes
README: Added git clone of micropython
2 parents ba178ae + 251954a commit 448f3cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,20 @@ After cloning, make sure to checkout all the submodules:
9191
Finally, before building, export the IDF_PATH variable
9292

9393
$ export IDF_PATH=~/pycom-esp-idf
94+
95+
This repository contains submodules! Clone using the --recursive option:
96+
97+
$ git clone --recursive https://github.com/pycom/pycom-micropython-sigfox.git
98+
99+
Alternatively checkout the modules manually:
100+
101+
$ cd pycom-micropython-sigfox
102+
$ git submodule update --init
103+
104+
``` text
105+
If you updated the repository from a previous revision and/or if switching between branches,<br>
106+
make sure to also update the submodules with the command above.
107+
```
94108

95109
Prior to building the main firmware, you need to build mpy-cross
96110

0 commit comments

Comments
 (0)