Add submodule init to instructions for #189

This commit is contained in:
Phil Howard 2021-08-04 10:30:33 +01:00
parent bcde0b6784
commit 0f7c9a1053
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ cd ../../../
```bash
git clone https://github.com/pimoroni/pimoroni-pico.git
cd pimoroni-pico
git submodule update --init
mkdir build
```