Skip to content

Commit cdd07e3

Browse files
authored
Update for new Wayland default (#373)
1 parent 9f43822 commit cdd07e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ You can start MagicMirror² in client mode by manually running the following
164164
command with the MagicMirror directory:
165165
`node clientonly --address 192.168.1.5 --port 8080`
166166

167-
### Wayland
167+
### X11
168168

169-
If you use Wayland. Run `node --run start:wayland` instead of `node --run start`
170-
to start.
169+
MagicMirror² now uses Wayland by default. If you use X11, run
170+
`node --run start:x11` instead of `node --run start` to start.
171171

172172
### Windows
173173

0 commit comments

Comments
 (0)