Update outdated info in main readme

This commit is contained in:
Veronica Berglyd Olsen
2023-01-30 12:10:04 +01:00
parent 0ad7dac3d3
commit 8273fcca1e
+4 -5
View File
@@ -167,14 +167,13 @@ pip install -r requirements.txt
On Linux, the dependencies are generally available in the standard package repository.
For more details on running or installing from source, see
[Other Setup Methods](https://novelwriter.readthedocs.io/en/latest/setup_other.html).
For more details on running or installing from source, see the
[documentation](https://novelwriter.readthedocs.io).
## Debugging
If you need to debug novelWriter, you must run it from the command line. It takes a few parameters,
which can be listed with the switch `--help`. The `--info`, `--debug` or `--verbose` flags are
particularly useful for increasing logging output for debugging.
If you need to debug novelWriter, you can run it from the command line and increase terminal output
by adding the `--info` or `--debug` flags. By default, only warnings and errors are printed.
## Licence