We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f43822 commit cdd07e3Copy full SHA for cdd07e3
1 file changed
getting-started/installation.md
@@ -164,10 +164,10 @@ You can start MagicMirror² in client mode by manually running the following
164
command with the MagicMirror directory:
165
`node clientonly --address 192.168.1.5 --port 8080`
166
167
-### Wayland
+### X11
168
169
-If you use Wayland. Run `node --run start:wayland` instead of `node --run start`
170
-to start.
+MagicMirror² now uses Wayland by default. If you use X11, run
+`node --run start:x11` instead of `node --run start` to start.
171
172
### Windows
173
0 commit comments