diff --git a/README.md b/README.md index dc3ef6f..8cef677 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ However if you just want to install PrometheOS you can disregard the instruction ## Firmware Build Instructions -### Windows +### Visual Studio Code (Windows/Linux/Mac) 1.- Download and Install [Visual Studio Code](https://code.visualstudio.com/download) @@ -143,7 +143,7 @@ However if you just want to install PrometheOS you can disregard the instruction ![Pico Extension](images/extension.png) -3.- Ensure SDK 2.0.0 selected as below... +3.- Ensure SDK 2.0.0 is selected as below... ![SDK 2.0.0](images/sdk.png) @@ -157,6 +157,9 @@ However if you just want to install PrometheOS you can disregard the instruction ### Docker + > [!WARNING] + > The Docker method is currently not working. Consider using VScode. + #### Setup Build your base docker image with diff --git a/images/sdk.png b/images/sdk.png index 4941dec..1d15128 100644 Binary files a/images/sdk.png and b/images/sdk.png differ