Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
professormahi committed Aug 18, 2017
1 parent 5ccc634 commit eb96c5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions texmaker-2017/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ You can have texmaker with latex (`texlive 2017`) redirected to your X.

## To run
```bash

docker run -it --rm=true \
-e USER=$USER -e USERID=$UID \ # bind user for file permissions
-e USER=$USER -e USERID=$UID \ # bind user for file permissions
-v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket
-e DISPLAY=unix$DISPLAY \ # pass the display
--device /dev/dri \
Expand Down

0 comments on commit eb96c5b

Please sign in to comment.