Skip to content

Commit 5d8270e

Browse files
authored
Update README.md
1 parent 768a6e4 commit 5d8270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This will mount your host `/path/to/data` directory into container's `/work`.
1616
### I like it ugly
1717
If you are into pure `docker` command line, you should do something along the line (Linux host example):
1818
```
19-
$ docker run --rm -it -v /path/to/data:/work -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix:0 chbrant/cloudcompare
19+
$ docker run --rm -it -v /path/to/data:/work -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix:0 chbrandt/cloudcompare
2020
```
2121

2222
[CloudCompare]: http://www.cloudcompare.org/

0 commit comments

Comments
 (0)