forked from andrey/raspberry-pi-pico-docker-sdk
Update README.md
Fixed auto correct error for better readability. Changed, Pool SDK image, to Pull SDK image
This commit is contained in:
@@ -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.
|
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
|
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev lukstep/raspberry-pi-pico-sdk:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user