Update README.md

Modify the command to support selinux
This commit is contained in:
Pavel Shliak
2022-06-21 16:32:51 +03:00
committed by GitHub
parent 806f75233a
commit 14aeb421d8

View File

@@ -13,8 +13,8 @@ You should now be able to invoke a run executing the following command:
```
$ docker run --rm -t \
-v ~/tmp/qt-src:/src \
-v ~/tmp/qt-build:/build \
-v ~/tmp/qt-src:/src:Z \
-v ~/tmp/qt-build:/build:Z \
-v $(pwd):/webview:ro \
qt-builder
```