From 4f9be4d4f6003379ec349312aa7c4f353469b55b Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 7 Nov 2023 00:49:37 -0800 Subject: [PATCH] minor README changes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3e9095..a67dbea6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Install Wave Terminal from: [www.commandline.dev/download](https://www.commandli * Documentation — https://docs.getprompt.dev/ * Discord Community — https://discord.gg/XfvZ334gwU +## Building from Source + +* [MacOS Build Instructions](./BUILD.md) +* [Linux Build Instructions](./build-linux.md) + ## Contributing Wave uses Github Project for tracking issues. @@ -39,7 +44,6 @@ Wave uses Github Project for tracking issues. Find more information in our [Contributions Guide](CONTRIBUTING.md), which includes: * [Ways to contribute](CONTRIBUTING.md#contributing-to-wave-terminal) - * [How to build and run from source](CONTRIBUTING.md#development-environment) * [Contribution guidelines](CONTRIBUTING.md#before-you-start)