diff --git a/README.md b/README.md index 6aba3ce..9b37919 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,6 @@ These default to the default locations that Lutris will install to. `lutris_bulk_adder -d /data/Emulation/Wii -r dolphin -s '(USA)' -p "Nintendo Wii" -o platform=1` Adds all files in `/data/Emulation/Wii` to the `dolphin` runner, ignoring substrings containing `(USA)` in the filename when deriving the game name, for the `Nintendo Wii` platform, and adds `platform: '1'` to the `game` key in the YAML file. + +### Example to Import all NES ROMs from folder +`lutris_bulk_adder -d ~/Games/NES -r libretro -s '(USA)' '(World)' '(Europe)' '(USA, Europe)' '(Japan)' '(En)' -p "Nintendo NES" -o core='nestopia'`