README: fixup absolute path

docker -v does not support relative paths

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/29/head
Paul Spooren 2019-07-09 18:09:31 +02:00
parent d401663f00
commit 263f067e56
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Windows or via CI.
### Example
docker run --rm -v ./bin/:/home/build/sdk/bin -it openwrtorg/sdk:x86-64
docker run --rm -v "$(pwd)"/bin/:/home/build/sdk/bin -it openwrtorg/sdk:x86-64
# within the Docker container
./scripts/feeds update base
make defconfig
@ -64,7 +64,7 @@ MacOS X, Windows or via CI.
### Example
docker run --rm -v ./bin/:/home/build/imagebuilder/bin -it openwrtorg/imagebuilder:x86-64
docker run --rm -v "$(pwd)"/bin/:/home/build/imagebuilder/bin -it openwrtorg/imagebuilder:x86-64
# within the Docker container
make image