diff --git a/README.md b/README.md index 34d16c2..24ebf74 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Since Luma3DS v8.0, Luma3DS has its own in-game menu, triggerable by `L+Down+Sel First you need to clone the repository with: `git clone https://github.com/AuroraWright/Luma3DS.git` To compile, you'll need [armips](https://github.com/Kingcom/armips) and a build of a recent commit of [makerom](https://github.com/profi200/Project_CTR) added to your PATH. You'll also need to install [firmtool](https://github.com/TuxSH/firmtool), its README contains installation instructions. You'll also need to update your [libctru](https://github.com/smealum/ctrulib) install, building from the latest commit. -Here are [Windows](https://buildbot.orphis.net/armips/) builds of armips (thanks to who compiled them!). For armips on Linux, there is an [AUR](https://aur.archlinux.org/packages/armips-git/) package available. +Here are [Windows](https://buildbot.orphis.net/armips/) and [Linux](https://ev1l0rd.s-ul.eu/mEIk4atQ) builds of armips (thanks to who compiled them!). Run `make` and everything should work! You can find the compiled files in the `out` folder.