diff --git a/templates/sysmodule/README.md b/templates/sysmodule/README.md index 95bcf77..39deb2e 100644 --- a/templates/sysmodule/README.md +++ b/templates/sysmodule/README.md @@ -1,6 +1,6 @@ # sysmodule -This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//boot2.flag`. +This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//flags/boot2`. Where titleid is whatever you specify. Update the `$(TARGET).json` file with the titleid and any other changes.