Skip to content

Commit

Permalink
Update outdated info in main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jan 30, 2023
1 parent 0ad7dac commit 8273fcc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8273fcc

Please sign in to comment.