updated docs

This commit is contained in:
Joseph Henry
2016-12-08 15:59:06 -08:00
parent 6e20f08060
commit 1545b29427
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ It's as simple as that!
To build everything for your platform, you can start with:
- On Linux: `make linux SDK_PICOTCP=1 SDK_IPV4=1 SDK_DEBUG=1`
- On macOS: `make apple SDK_PICOTCP=1 SDK_IPV4=1 SDK_DEBUG=1`
- On Linux: `make linux SDK_PICOTCP=1 SDK_IPV4=1 SDK_DEBUG=1; make -s check; ls -lG build`
- On macOS: `make apple SDK_PICOTCP=1 SDK_IPV4=1 SDK_DEBUG=1; make -s check; ls -lG build`
***