diff --git a/README.md b/README.md index ba0125e..18edc0b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Python Version](https://img.shields.io/pypi/pyversions/Django.svg)](https://www.python.org/downloads/) [![License.](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) A ~~messy~~ Python script that grabs the latest version of every libretro core from the [build bot](https://buildbot.libretro.com/). -(As of right now it only downloads the 64-Bit Linux cores) + *** ### Usage @@ -13,13 +13,24 @@ Just run the script with _Python 3_: python3 ./RetroUFO.py ``` -It will then download and extract all the (latest version) of each core to: `~/.config/retroarch/cores/` +It will then download and extract all the latest versions of each core to their default location based on `retroarch.default.cfg` for each platform +_(Which is only Linux & Windows for right now)_ + +If you are more of a advance user, and want to do things a bit more manually, you can view all the scripts arguments by: +```bash +python3 ./RetroUFO.py --help +``` + + *** ### TO-DO -- Set where cores downloaded -- Set where cores are extracted for RA Usage -- Choose which architecture you are downloading format -- Choose what platform you are downloading format +- Set where cores are downloaded +- ~~Set where cores are extracted for RA Usage~~ +- ~~Choose which architecture you are downloading format~~ +- ~~Choose what platform you are downloading format~~ +- ~~Auto detect platform & architecture~~ - Download progress bar - ~~Keep downloaded archives~~ +- Give better console output +- Real error handling