Browse Source

Update README.md

Bastien Sevajol 8 years ago
parent
commit
38fbab3209
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md View File

@@ -20,8 +20,7 @@ Project is not ready, but if you want to test it you will need:
20 20
 Then run ``python3.4 run.py exploration`` or ``python3.4 run.py all``. Keep in mind it's in developpment mode !
21 21
 
22 22
 ## Quick test with Docker
23
-
24
-Simply run (assuming docker installed) ``docker run -w /intelligine -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd --privileged -e DISPLAY buxx/intelligine python3.4 run.py exploration``
23
+Allow the docker user to communicate with your X session with ``xhost +local:docker`` then run (assuming docker installed) ``docker run -w /intelligine -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/snd:/dev/snd --privileged -e DISPLAY buxx/intelligine python3.4 run.py exploration``
25 24
 
26 25
 ## Screens
27 26