From f01793321e8502b0e48c2196d8beb4b9c5e86bad Mon Sep 17 00:00:00 2001 From: Dylan G <1565516+Helloman892@users.noreply.github.com> Date: Sun, 22 Oct 2017 01:29:53 +0100 Subject: [PATCH] Update README to match master last one i promise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8efa2c9..cf7e06d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To-do list here: https://trello.com/b/F1YSa1VK # Dependencies * zlib, which can be retrieved from the [3ds_portlibs](https://github.com/devkitPro/3ds_portlibs). * [makerom](https://github.com/profi200/Project_CTR) and [bannertool](https://github.com/Steveice10/buildtools), which can be retrieved from [SteveIce10's](https://github.com/Steveice10) buildtools repo. These must be added to your PATH. - * [pp2d](https://github.com/BernardoGiordano/pp2d), which is included in the repo if you do a git clone --recursive. + * ~~[pp2d](https://github.com/BernardoGiordano/pp2d), which is included in the repo if you do a git clone --recursive.~~ Due to circumstances surrounding the privacy settings on the pp2d repo, the source files are now included directly within the repo. * Git needs to be on your PATH, if building in a non-*nix environment. # Building First of all, make sure devkitPRO is properly installed and added to the PATH.