From 8b0b2407f96d00bc53d9ed1f2067c9296ced75d0 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 18 Feb 2018 22:14:03 -0500 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab25611..190805ab 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Based on libctru. # Install instructions * Install [devkitA64](https://sourceforge.net/projects/devkitpro/files/devkitA64/) to `$DEVKITPRO/devkitA64`. -* `make install` +* Install libnx with the [latest](https://github.com/switchbrew/libnx/releases/latest) release. If building from source, use: `make install` See also the [switch-tools](https://github.com/switchbrew/switch-tools) repo if you want to manually build those - devkitA64 includes switch-tools. See also [switch-examples](https://github.com/switchbrew/switch-examples).