From bf2dce8832469c8b8b3c4412fb9ac260ddc3ccc4 Mon Sep 17 00:00:00 2001 From: misson20000 Date: Tue, 6 Nov 2018 18:35:23 -0800 Subject: [PATCH] add note about atmosphere and ECS support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 794ece3..7c5620e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ These are temporary and are planned to be addressed. # Installation -Download the [latest release](https://github.com/misson20000/twili/releases/latest) of `twili.zip` and extract it to the root of your microSD card, letting the `atmosphere` directory merge with any existing directory tree. The only CFW that I officially support is Atmosphère (v0.7.1+). Running Twili on piracy firmware will make me cry, so don't do it. :cry: +Download the [latest release](https://github.com/misson20000/twili/releases/latest) of `twili.zip` and extract it to the root of your microSD card, letting the `atmosphere` directory merge with any existing directory tree. The only CFW that I officially support is Atmosphère (v0.7.4+). Running Twili on piracy firmware will make me cry, so don't do it. :cry: + +Note that as of writing this, the latest release (v0.7.3) of Atmosphère does not yet include the External Content Source extension that Twili depends on, so you will have to build Atmosphère from source. You will also need to install the workstation-side tools, `twib` and `twibd`.