Updated README.md with new options.

This commit is contained in:
Steven Mattera 2018-10-20 22:26:50 -04:00
parent 6b6efb0802
commit 3fd4714416

View File

@ -8,7 +8,10 @@ A homebrew application for the Nintendo Switch that will connect to a SDFiles Up
| ----------------------------------------- | ---
| `host = "http://sdfu.stevenmattera.com";` | Which server to connect to. You can host your own server using the files in the [server repository](https://github.com/StevenMattera/SDFilesUpdaterServer).
| `channel = "stable";` | Stable (*stable*) will download the latest tag and bleeding edge (*bleeding-edge*) will download the latest commit.
| `bundle = "sdfiles";` | The bundle to install. (`sdfiles`, `hekate`, `atmosphere`, or `reinx`)
| `version = "";` | The version of SDFiles that is currently installed on your SD card.
| `ignore = [ "sdmc:/fileToIgnore.nro" ];` | Array of files to ignore when extracting.
| `autoupdate = true;` | Whether or not to auto update SDFiles Updater.
## Credits