From cce1783c63beac4c08d214cc77d14c0889a4f9c1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 26 Nov 2021 21:00:13 +0100 Subject: [PATCH] Updated readme with building and contrib instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0609b47..be3b201 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,8 @@ Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern
+# Building +See the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build instructions. + # Contributions -Welcome. I actually read PRs. Please see CONTRIBUTING.md +Refer to [CONTRIBUTING.md](https://github.com/vaxerski/Hypr/blob/main/CONTRIBUTING.md) and the [Wiki](https://github.com/vaxerski/Hypr/wiki/Contributing-&-Debugging) for contributing instructions and guidelines.