Skip to content

Commit

Permalink
fix naming (#9)
Browse files Browse the repository at this point in the history
devkitPro is the entity which produces toolchains, not the toolchain
  • Loading branch information
WinterMute authored and d0k3 committed Jan 19, 2017
1 parent ac57d60 commit af0022e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ A simple companion app to receive and run ARM9 payloads via CIA & A9LH
To send a file, use:
3dslink -a [IP] [payload name]

3dslink is included in devKitPro and also available [from here](http://davejmurphy.com/3dslink/).
3dslink is included in devKitARM and also available [from here](http://davejmurphy.com/3dslink/).

The file will be written to a place of your choice on your SD card. At the moment, most places to choose from are in in the [Luma3DS](https://github.com/AuroraWright/Luma3DS) payloads folder.
__Developers please contact me if you need A9NC to write to a different location__.
Expand All @@ -15,4 +15,4 @@ Todo for the chainloader:
* Adding in screen init
* Confirm compatibility for all CFW (only tested on Luma at the time of writing, it most likely include Reinand and Luma's forks such as Puma)

Requires devKitPro, ctrulib and zlib to compile. For easy zlib installation [go here](https://github.com/devkitPro/3ds_portlibs).
Requires devKitARM, libctru and zlib to compile. For easy zlib installation [go here](https://github.com/devkitPro/3ds_portlibs).

0 comments on commit af0022e

Please sign in to comment.