We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc95f1 commit b19f8f3Copy full SHA for b19f8f3
README.md
@@ -164,7 +164,9 @@ optional arguments:
164
```
165
166
167
-### Example
+### Usage Example
168
+In order to run the application run the following code (Assuming you have docker installed.):
169
+
170
```shell
171
xhost +;
172
docker run --rm -ti \
@@ -185,7 +187,7 @@ bash -c "\
185
187
--debug \
186
188
--show-bbox \
189
--enable-mouse \
- --mouse-precision high \
190
+ --mouse-precision low \
191
--mouse-speed fast"
192
193
0 commit comments