Skip to content

Commit e746284

Browse files
committed
docs: README: add update instructions
1 parent 3a742cd commit e746284

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ git clone --recursive https://github.com/redchenjs/bluetooth_speaker_esp32.git
2222
* Set up the Toolchain: <https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html>
2323
* Tested toolchain version: `esp32-2019r1`
2424

25+
## Updating
26+
```
27+
git pull
28+
git submodule update --init --recursive
29+
```
30+
2531
## Configure
2632

2733
```

0 commit comments

Comments
 (0)