Skip to content

Commit 856f91d

Browse files
authored
Update README.md
Update README.md to show how to build all examples
1 parent 308d6b8 commit 856f91d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,19 @@ To build the esp32-wroom-rp crate:
136136
cargo build
137137
```
138138

139-
To build an example (e.g. get_fw_version):
139+
To build all examples
140+
```sh
141+
cd cross
142+
cargo build
143+
```
144+
145+
To build a specific example (e.g. get_fw_version):
140146
```sh
141147
cd cross
142148
cargo build --bin get_fw_version
143149
```
144150

145-
To run an example (e.g. get_fw_version):
151+
To run a specific example (e.g. get_fw_version):
146152
```sh
147153
cd cross
148154
cargo run --bin get_fw_version

0 commit comments

Comments
 (0)