From 5e53cb889808835caab5b1e77036143028b967ea Mon Sep 17 00:00:00 2001 From: eliboa Date: Wed, 25 Jul 2018 22:59:46 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ebfcda..0c5d805 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TegraRcmGUI -A C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [rajkosto](https://github.com/rajkosto). (payload loader for Nintendo Switch) +A C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [rajkosto](https://github.com/rajkosto) (payload loader for Nintendo Switch) ## Features - Inject payloads (such as CFW bootloader, Nand/Key Dumper, etc) @@ -18,12 +18,13 @@ A C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [raj ## Important notice This UI is **Windows-only**. For non Windows systems, you can use : -- GNU/Linux : [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) -- OS X & iOS : [NXBoot](https://mologie.github.io/nxboot/) -- Android : [NXLoader](https://github.com/DavidBuchanan314/NXLoader/releases) +- [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) (GNU/Linux) +- [NXBoot](https://mologie.github.io/nxboot/) (OS X, iOS) +- [NXLoader](https://github.com/DavidBuchanan314/NXLoader/releases) (Android) +- [Web Fusée Launcher](https://fusee-gelee.firebaseapp.com/) (Cross-platform, only works with Chrome) -## Issues / Suggestions -Please open new [issue](https://github.com/eliboa/TegraRcmGUI/issues) to submit an issue or suggestion. +## Issue / Suggestion +Please open new [issue](https://github.com/eliboa/TegraRcmGUI/issues) to report a bug or submit a suggestion. ## Credits - [Kate Temkin](https://github.com/ktemkin) / [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher)