From 24b5af7d137fd8ceaab5d950e7413b9dc6bbb3c7 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 13 Apr 2016 16:12:20 +0200 Subject: [PATCH] Updated readme file --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f01c9..c94c1d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # A9LH Netload Companion A simple companion app to receive and run ARM9 payloads for A9LH -Requires devKitPro, ctrulib and zlib to compile. For easy zlib installation go to: https://github.com/devkitPro/3ds_portlibs +To send a file, use: +3dslink -a [IP] [payload name] + +3dslink is included in devKitPro and also available [from here](http://davejmurphy.com/3dslink/). A9LH Netload Companion will automatically reboot on a succesfull receive. [BootCTR9](https://github.com/hartmannaf/BootCtr9/releases) can easily be set up to run the received file at a button press. + +Requires devKitPro, ctrulib and zlib to compile. For easy zlib installation [go here](https://github.com/devkitPro/3ds_portlibs).