diff --git a/README.md b/README.md index 3528ca5..05aa400 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ Simple C Tracing example, for x86 and raspberry pi pico Steps to build it it. +`export PICO_SDK_FETCH_FROM_GIT=true` or `export PICO_SDK_PATH = ` + `mkdir build` -`export PICO_SDK_FETCH_FROM_GIT=true` or `export PICO_SDK_PATH = ` +`cd build` `cmake ..`