Clarify xorg requirement

This commit is contained in:
2026-01-08 16:28:32 +01:00
parent 5aefef465f
commit 9e5d53e530

View File

@@ -79,10 +79,12 @@ This automatically re-compiles the project when source files change. `entr` is r
### Running the electron client
There are two methods of running the electron app during development.
There are two methods of running the electron app during development. Both methods require access to an Xorg server.
#### Running in the current X server
This spawns the window in your current Xorg server.
```sh
$ make run-client
...