diff --git a/README.md b/README.md index 67dfa04..ed4e195 100644 --- a/README.md +++ b/README.md @@ -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 ...