Update README.md

Fixed auto correct error for better readability. 
Changed, Pool SDK image, to Pull SDK image
This commit is contained in:
Liam MacLeod
2023-06-09 19:48:32 -04:00
committed by Łukasz
parent ac4a91fe9c
commit ad8789bee0

View File

@@ -54,7 +54,7 @@ Follow the instruction below to set up VSCode:
2. Open the terminal and go to the projects you want to open in VSCode.
3. Pool SDK image from Docker HUB and run SDK container via the following command. The container must be running while you attach to it via VSCode.
3. Pull SDK image from Docker HUB and run SDK container via the following command. The container must be running while you attach to it via VSCode.
```
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev lukstep/raspberry-pi-pico-sdk:latest