docs: update project build instructions

Link to PlatformIO installation instructions.
This commit is contained in:
Uri Shaked 2023-01-15 15:12:34 +02:00 committed by GitHub
parent ff08e6287f
commit 4e088b7bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ It's based on the online version at https://wokwi.com/projects/32845180083948808
## Build the project
This is a [PlatformIO](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command:
```
pio run
```