update build doc in readme

This commit is contained in:
jbltx
2019-11-24 01:59:21 -05:00
parent 5bd5c1774d
commit 5e067078a4
+5 -3
View File
@@ -22,9 +22,11 @@ The model BCM2711 should be supported in the future.
```sh
cd build
export ARM_TOOLCHAIN=<path to your toolchain>
make build
make run
export BCM=2837 # Build for BCM2837 board
make clean
make
make run # Requires QEMU installed on your machine
```
## References