From a01b5078b5d0e81f7fb76cd845a97f4423391445 Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:33:58 -0800 Subject: [PATCH] Move building to docs --- README.md | 2 +- BUILDING.md => docs/BUILDING.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename BUILDING.md => docs/BUILDING.md (100%) diff --git a/README.md b/README.md index 6baac116..2c4fd0a4 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ This project does not plan to support any more platforms other than Windows, Lin ## Building -[Check out the building instructions here](/BUILDING.md). +[Check out the building instructions here](/docs/BUILDING.md).
diff --git a/BUILDING.md b/docs/BUILDING.md similarity index 100% rename from BUILDING.md rename to docs/BUILDING.md