From 4584a4b8b44f443d6e0d24c19b66506512bc17f8 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:35:33 +0200 Subject: [PATCH] Renamed setup/BUILD.md to setup/README.md --- README.md | 4 ++-- setup/{BUILD.md => README.md} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename setup/{BUILD.md => README.md} (100%) diff --git a/README.md b/README.md index 41587d20..9efa0b24 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ You can also create a launcher for running directly from source with: sudo python3 setup.py launcher ``` -For more install options, see [Build and Install novelWriter](setup/BUILD.md). +For more install options, see [Build and Install novelWriter](setup/README.md). ## macOS @@ -150,7 +150,7 @@ C:\...\AppData\Local\Programs\Python\Python38\python.exe novelWriter.py ``` You can also run the `make.py` script to generate a single executable, or an installer. -See [Build and Install novelWriter](setup/BUILD.md) for more details. +See [Build and Install novelWriter](setup/README.md) for more details. ## Package Versions diff --git a/setup/BUILD.md b/setup/README.md similarity index 100% rename from setup/BUILD.md rename to setup/README.md