From ef5d57c250f0dad377d4bab4493c69a3f5c72ff9 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Thu, 26 Sep 2024 21:51:35 +0000 Subject: [PATCH] New Svelte GUI build --- docs/_faq/debug.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_faq/debug.md b/docs/_faq/debug.md index 6f6a16689..aac55932e 100644 --- a/docs/_faq/debug.md +++ b/docs/_faq/debug.md @@ -12,10 +12,10 @@ tags: [debug] This should start the TerrariumPI in console mode. So all errors should now be visible to the console. -When the log line `TerrariumPI 4.X.Y is up and running at address: -http://0.0.0.0:8090 in XX.XX seconds` appears, TerrariumPI is fully started -and you can enter the web gui as normal. +When the log line +`TerrariumPI 4.X.Y is up and running at address: http://0.0.0.0:8090 in XX.XX seconds` +appears, TerrariumPI is fully started and you can enter the web gui as normal. When you are done debugging, you can press `Ctrl+C` once to stop TerrariumPI. -![TerrariumPI running in debug mode](/assets/img/TerrariumPIInDebugMode.webp) \ No newline at end of file +![TerrariumPI running in debug mode](/assets/img/TerrariumPIInDebugMode.webp)