adjust readme

This commit is contained in:
zetaPRIME 2017-03-17 07:37:07 -04:00
parent dbceeabf2a
commit a428ceefcc

View File

@ -29,9 +29,11 @@ Additionally, libstarlight contains versions of the following bundled within:
* [nlohmann::json (JSON For Modern C++)](https://github.com/nlohmann/json) * [nlohmann::json (JSON For Modern C++)](https://github.com/nlohmann/json)
## Okay, so how do I use this? ## 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`. 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 ## License
* MIT (see [license.md](license.md)) * MIT (see [license.md](license.md))