Skip to content

Commit

Permalink
Merge branch 'nightvisi0n-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Jan 24, 2018
2 parents 75114cd + f0e9ccb commit 21a9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker run -it --rm --name=bg --link=voctocore:corehost c3voc/voctomix gstreamer
Run the GUI
```
xhost +local:$(id -un)
touch /tmp/vocto/configgui.ini
mkdir /tmp/vocto/ && touch /tmp/vocto/configgui.ini
docker run -it --rm --name=gui --env=gid=$(id -g) --env=uid=$(id -u) --env=DISPLAY=:0 --link=voctocore:corehost \
-v /tmp/vocto/configgui.ini:/opt/voctomix/voctogui/config.ini -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.docker.xauth:/tmp/.docker.xauth c3voc/voctomix gui
```
Expand Down

0 comments on commit 21a9b2b

Please sign in to comment.