diff --git a/pkg/emscripten/README.md b/pkg/emscripten/README.md
index db22617c96..54cace8981 100644
--- a/pkg/emscripten/README.md
+++ b/pkg/emscripten/README.md
@@ -31,8 +31,13 @@ I you want a self hosted version you need
- Unzip it in the same dir you extracted the rest, inside **/assets/frontend/bundle**
- Create an **assets/cores** dir, you can put game data in that dir so it's available under **downloads**
- chmod +x the indexer script
-- run the indexer script (you need coffeescript) like this: ./indexer ./assets/frontend > ./assets/frontend/.index-xhr
-- run the indexer script (you need coffeescript) like this: ./indexer ./assets/cores > ./assets/cores/.index-xhr
+- run the indexer script (you need coffeescript) like this:
+```
+cd ${ROOT_WWW_PATH}/assets/frontend/bundle
+../../../indexer > .index-xhr
+cd ${ROOT_WWW_PATH}/assets/cores
+../../indexer > .index-xhr
+```
That should be it, you can add more cores to the list by editing index.html
diff --git a/pkg/emscripten/libretro/embed.html b/pkg/emscripten/libretro/embed.html
index 788fb073af..77afd33b65 100644
--- a/pkg/emscripten/libretro/embed.html
+++ b/pkg/emscripten/libretro/embed.html
@@ -34,6 +34,7 @@
Genesis Plus GXNestopia (NES)Snes9x 2010 (SNES)
+ Theodore (Thomson TO8/TO9)VBA Next (Gameboy Advance)