mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Fix emscripten README
This commit is contained in:
parent
cce9e343aa
commit
064eb16ceb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user