Closed utzig closed 4 years ago
This allows users to clone the dependencies automatically:
git clone --recurse-submodules https://github.com/lupyuen/pinetime-rust-mynewt
or they can be installed later with:
git submodule update --init
Tested, works great now. Thanks!
This allows users to clone the dependencies automatically:
or they can be installed later with:
git submodule update --init