Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
[docs] add note to clone the repository and fetch submodules (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyuwen authored Jun 9, 2020
1 parent 2b717d2 commit 8017f11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ source $IDF_PATH/export.sh

### Build and flash the CLI application

Clone this repository and fetch the referenced submodules:

```shell
git clone https://github.com/openthread/ot-esp32.git
cd ot-esp32
git submodule update --init
```

Connect the ESP32 board to the Linux host and execute:

```shell
Expand Down

0 comments on commit 8017f11

Please sign in to comment.