aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2020-06-05 13:41:05 +0000
committerGitHub <[email protected]>2020-06-05 13:41:05 +0000
commite0e5fc5eb16c613643179541089d600b8282a060 (patch)
treef139d89ed7924ae5cafcc6bdddc6a0148a06440c
parentMore reasonable command to account for every $DISPLAY number (diff)
parentReadme Typo (diff)
downloaddocker-osx-e0e5fc5eb16c613643179541089d600b8282a060.tar.xz
docker-osx-e0e5fc5eb16c613643179541089d600b8282a060.zip
Merge pull request #9 from GreeFine/master
Readme Typo
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 23abc38..4fd1721 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,8 @@ sudo apt install x11-xserver-utils
# CENTOS RHEL FEDORA
sudo yum install xorg-x11-server-utils
-# then runx
-host +
+# then run
+xhost +
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx ./OpenCore-Boot.sh
```
@@ -207,4 +207,4 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx:latest
## Todo:
```
# persistent disk with least amount of pre-build errands.
-``` \ No newline at end of file
+```