We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4a91f commit ad8789bCopy full SHA for ad8789b
README.md
@@ -54,7 +54,7 @@ Follow the instruction below to set up VSCode:
54
55
2. Open the terminal and go to the projects you want to open in VSCode.
56
57
-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.
58
59
```
60
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev lukstep/raspberry-pi-pico-sdk:latest
0 commit comments