From 8273fcca1e784e6092bf38b8c873d946063c21e5 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:10:04 +0100 Subject: [PATCH] Update outdated info in main readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0e13b6f9..b143ddeda 100644 --- a/README.md +++ b/README.md @@ -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