From e5b1fa1e3a2eecd4849dd7f77e93fb8d1b4ee44d Mon Sep 17 00:00:00 2001 From: Edgars Cirulis Date: Tue, 9 Jul 2024 02:21:50 +0300 Subject: [PATCH 1/2] readme: build instructions Signed-off-by: Edgars Cirulis --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b32132d49..9c4909509 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,12 @@ The translation effort for Prism Launcher is hosted on [Weblate](https://hosted. ## Building -If you want to build Prism Launcher yourself, check the [Build Instructions](https://prismlauncher.org/wiki/development/build-instructions/). +If you want to build Prism Launcher yourself, check the build instructions: + +- [Windows](https://prismlauncher.org/wiki/development/build-instructions/windows/) +- [Linux](https://prismlauncher.org/wiki/development/build-instructions/linux/) +- [MacOS](https://prismlauncher.org/wiki/development/build-instructions/macos/) +- [OpenBSD](https://prismlauncher.org/wiki/development/build-instructions/openbsd/) ## Sponsors & Partners From 3076e5b961d2e0a24ff8fec9d0d1c1e1b95e3cd2 Mon Sep 17 00:00:00 2001 From: Edgars Cirulis Date: Tue, 9 Jul 2024 22:21:13 +0300 Subject: [PATCH 2/2] remove useless BUILD.md orphaned file Signed-off-by: Edgars Cirulis --- BUILD.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md deleted file mode 100644 index a139039df..000000000 --- a/BUILD.md +++ /dev/null @@ -1,3 +0,0 @@ -# Build Instructions - -Full build instructions are available on [the website](https://prismlauncher.org/wiki/development/build-instructions/).