From a428ceefccf746f23477ac25a51eec0e18f2cc73 Mon Sep 17 00:00:00 2001 From: zetaPRIME Date: Fri, 17 Mar 2017 07:37:07 -0400 Subject: [PATCH] adjust readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c649a8..6045a7d 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,11 @@ Additionally, libstarlight contains versions of the following bundled within: * [nlohmann::json (JSON For Modern C++)](https://github.com/nlohmann/json) ## Okay, so how do I use this? -(section WIP, take a look at the testbed for a somewhat messy example) +(section WIP, take a look at the testbed for a slightly scattered example) To ensure your application runs properly without themes installed to the SD card, it is recommended to include a copy of the default theme (or any theme with no fallback) at `romfs:/.fallback_theme`. + +(Themes on SD go in `sdmc:/.starlight/themes/`) ## License * MIT (see [license.md](license.md))