Merge branch 'main' into feature/build_class

This commit is contained in:
Veronica Berglyd Olsen
2023-02-01 16:58:27 +01:00
+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. On Linux, the dependencies are generally available in the standard package repository.
For more details on running or installing from source, see For more details on running or installing from source, see the
[Other Setup Methods](https://novelwriter.readthedocs.io/en/latest/setup_other.html). [documentation](https://novelwriter.readthedocs.io).
## Debugging ## Debugging
If you need to debug novelWriter, you must run it from the command line. It takes a few parameters, If you need to debug novelWriter, you can run it from the command line and increase terminal output
which can be listed with the switch `--help`. The `--info`, `--debug` or `--verbose` flags are by adding the `--info` or `--debug` flags. By default, only warnings and errors are printed.
particularly useful for increasing logging output for debugging.
## Licence ## Licence