Skip to content

Commit 288541a

Browse files
Improve X11 mode instructions for macOS
Updated formatting for X11 mode instructions on macOS.
1 parent c059664 commit 288541a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker-launcher/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ The launcher offers two display modes:
109109

110110
Both modes work on all platforms - the launcher will guide you through any required setup.
111111

112-
Note for MAC to be run in X11 mode:
113-
-- Install XQuartz on the Mac if you haven't already. You can download it from the [XQuartz](https://www.xquartz.org/) website.
114-
-- Enable network connections in XQuartz: Go to XQuartz > Preferences > Security tab, and check "Allow connections from network clients".
115-
-- Restart XQuartz and then restart your Docker application after making changes to the security settings.
116-
-- Run xhost +localhost in your Mac's terminal before running the Docker container. This allows local connections to your X server. 
112+
**Note for MAC to be run in X11 mode:**</br>
113+
- **Install XQuartz on the Mac** if you haven't already. You can download it from the [XQuartz](https://www.xquartz.org/) website.</br>
114+
- **Enable network connections in XQuartz:** Go to XQuartz > Preferences > Security tab, and check "Allow connections from network clients".</br>
115+
- **Restart XQuartz** and then restart your Docker application after making changes to the security settings.</br>
116+
- **Run xhost +localhost** in your Mac's terminal before running the Docker container. This allows local connections to your X server. </br>
117117
Run the following command in a terminal:
118118
```
119119
xhost +localhost

0 commit comments

Comments
 (0)