Bastien Sevajol преди 8 години
родител
ревизия
38fbab3209
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      README.md

+ 1 - 2
README.md Целия файл

@@ -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