From 80409bf294c48e336e70764ccc47fda02b383f8f Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Mon, 27 Jul 2020 11:29:22 -0400 Subject: [PATCH] Added note about embedding NM to the docs --- res/doc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/doc b/res/doc index d9ca154..ee501f6 100644 --- a/res/doc +++ b/res/doc @@ -168,3 +168,8 @@ # or manually uninstall it by deleting libnm.so. You can also uninstall it by # triggering the failsafe mechanism by turning your Kobo off within 20 seconds # of turning it on. +# +# Note: If you are embedding a NickelMenu config in your own mod, please name it +# something unique to avoid overwriting someone's existing configuration. In +# addition, please do not include NickelMenu itself in it unless you are +# planning to update it as new releases are made.