Skip to content

Commit 47521b8

Browse files
committed
Fix container launch commands
1 parent 4c7b2b0 commit 47521b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
## Run Docker container
44

55
```
6-
cd ./docker
7-
8-
docker build . --tag pico-sdk
6+
docker build ./docker --tag pico-sdk
97
108
docker run -d -it --name pico-sdk --mount type=bind,source=${PWD},target=/home/dev pico-sdk
119

0 commit comments

Comments
 (0)