Skip to content

Commit ced6ae7

Browse files
PR #491: Fix build command in README.md (make -> mkdir)
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
1 parent a57b09b commit ced6ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • fullstack/freertos-wolfip-wolfssl-https

fullstack/freertos-wolfip-wolfssl-https/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo ./setup_network.sh
3232

3333
3. Build the example:
3434
```bash
35-
make -p build && cd build && cmake .. && make
35+
mkdir -p build && cd build && cmake .. && make
3636
```
3737

3838
4. Run the example (requires root):

0 commit comments

Comments
 (0)