From 34ecfba2304ce8f24ca33109f1f55d10cac03f90 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 26 Oct 2025 20:18:36 +0100 Subject: [PATCH] Remove the source section of the readme as it's also in teh contributing guide --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index fd83fdc1..f8f05025 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,6 @@ Python.

-## Working With the Source - -This project uses [uv](https://docs.astral.sh/uv/) as its main developer tool. That means the -`pyproject.toml` file handles almost everything aside from a few OS-specific packaging tasks. - -In order to run novelWriter directly from checked out source, simply call from the root folder: - -```bash -uv run novelwriter -``` - ## Project Contributions Please don't make feature pull requests without first having discussed them with the maintainer.