Merge pull request #218 from RicInNewMexico/master

Update build.md
This commit is contained in:
Garth Vander Houwen 2022-01-30 20:34:45 -08:00 committed by GitHub
commit 2d2945bfbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ To get a clean build you may have to delete the auto-generated file `./.vscode/c
```
sudo apt-get update
sudo apt-get install python3 g++ zip
sudo apt-get install python3 python3-dev g++ zip
```
2. Install PlatformIO (which is usually via wget/curl command).