summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2018-09-15 19:46:44 +0200
committerHolger Cremer <HolgerCremer@gmail.com>2018-09-15 19:46:44 +0200
commit0dcf1618625168cc92e67c0ea385a589cd989e10 (patch)
tree16d8b0f5a110666c79eeff77ecfb78fee8c8165c /docker/README.md
parent8faa66d94a0aef3246a1cf3dc5ccd46fc125ae7b (diff)
downloadserial-barcode-scanner-0dcf1618625168cc92e67c0ea385a589cd989e10.tar.bz2
makes tmux call at the end optional
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index ac22919..77d375c 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -17,7 +17,7 @@ Run the image with:
# change into the "serial-barcode-scanner" directory
cd ..
-docker run --rm -it -p 8080:8080 -v "$PWD":/mnt/serial-barcode-scanner sbs-build
+docker run --rm -it -p 8080:8080 -v "$PWD":/mnt/serial-barcode-scanner sbs-build tmux
```
You have now a tmux terminal to work with the vala files and run the program.