summaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/README.md')
-rw-r--r--desktop/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/README.md b/desktop/README.md
index 4ccc22fa..283b7567 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -58,4 +58,10 @@ Then run the tests:
./tests/run.sh
```
+If you want to run tests while hiding the GUI, you must have the `xorg-x11-server-Xvfb` package installed, and then:
+
+```sh
+xvfb-run ./tests/run.sh
+```
+
## Making a release \ No newline at end of file