Updated Home (markdown)
parent
be6e3d24e0
commit
03092b401d
4
Home.md
4
Home.md
|
@ -42,14 +42,14 @@ To redirect debug output of RSS Guard to log file, do this:
|
||||||
* Windows
|
* Windows
|
||||||
1. You need to open command line, run `CTRL + R` and write `cmd`.
|
1. You need to open command line, run `CTRL + R` and write `cmd`.
|
||||||
2. Navigate to your RSS Guard installation folder, `cd C:\Programs\rssguard\`. This is the folder which contains `rssguard.exe`.
|
2. Navigate to your RSS Guard installation folder, `cd C:\Programs\rssguard\`. This is the folder which contains `rssguard.exe`.
|
||||||
3. Enter `rssguard.exe > log.txt 2>&1`. RSS Guard will now start.
|
3. Enter `.\rssguard.exe > log.txt 2>&1`. RSS Guard will now start.
|
||||||
4. Now try to simulate your problem.
|
4. Now try to simulate your problem.
|
||||||
5. Attach generated `log.txt` file to your bug report.
|
5. Attach generated `log.txt` file to your bug report.
|
||||||
|
|
||||||
* Linux
|
* Linux
|
||||||
1. You need to open command line, run terminal emulator.
|
1. You need to open command line, run terminal emulator.
|
||||||
2. Navigate to your RSS Guard installation folder, `cd /my/root/rssguard'. This step is not usually needed.
|
2. Navigate to your RSS Guard installation folder, `cd /my/root/rssguard'. This step is not usually needed.
|
||||||
3. Enter `rssguard > /home/<user>/log.txt 2>&1`. RSS Guard will now start.
|
3. Enter `./rssguard > /home/<user>/log.txt 2>&1`. RSS Guard will now start.
|
||||||
4. Now try to simulate your problem.
|
4. Now try to simulate your problem.
|
||||||
5. Attach generated `log.txt` file to your bug report.
|
5. Attach generated `log.txt` file to your bug report.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue