From d2a7faed491d9286ddfe48014530e8f3bf756ad0 Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Tue, 8 Mar 2016 22:39:00 +0100 Subject: [PATCH] adjust path to theme path --- dev/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/debugging.rst b/dev/debugging.rst index 9876d098c..0e4afd8d9 100644 --- a/dev/debugging.rst +++ b/dev/debugging.rst @@ -91,7 +91,7 @@ STGUIASSETS ~~~~~~~~~~~ Directory to load GUI assets from. Overrides compiled in assets. Useful -for developing webgui, commonly use ``STGUIASSETS=gui bin/syncthing`` +for developing webgui, commonly use ``STGUIASSETS=gui/default bin/syncthing`` (for theme *default*) STCPUPROFILE ~~~~~~~~~~~~