diff --git a/Debug-mode.md b/Debug-mode.md index a0422f1..bc4bc16 100644 --- a/Debug-mode.md +++ b/Debug-mode.md @@ -5,7 +5,13 @@ Enabling debug mode on a public server may result in malicious clients retrievin *** Debug mode enables error reporting and prevents loading data from the cache (data is still written to the cache). -To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`). For further security, insert your IP address in the file. You can add multiple addresses, one per line. +To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`): + + touch DEBUG + +For further security, insert your IP address in the file. You can add multiple addresses, one per line: + + echo 127.0.0.1 >> DEBUG _Notice_: