From f16b35f102c8a3d03a9144e47eaed4f9f558503e Mon Sep 17 00:00:00 2001 From: imterah Date: Fri, 27 Jun 2025 12:27:27 -0400 Subject: [PATCH] chore: Add reference to hacking guide in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af2441f..501a32b 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ If you're using Nix/NixOS, all you need to do is use `nix-shell` to enter the de ## Building Just run `make` in the root directory. + +## Development Guide + +See [HACKING.md](https://git.terah.dev/UnrealXR/unrealxr/src/branch/main/HACKING.md).