diff --git a/.env.example b/.env.example index 4c09ac15..50e5b32e 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,3 @@ STEAMGRIDDB_API_KEY=YOUR_API_KEY +ONLINEFIX_USERNAME=YOUR_ONLINEFIX_USERNAME +ONLINEFIX_PASSWORD=YOUR_ONLINEFIX_PASSWORD \ No newline at end of file diff --git a/README.md b/README.md index 809d2c08..1fddc6c7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ pip install -r requirements.txt ## Environment variables You'll need an SteamGridDB API Key in order to fetch the game icons on installation. -Once you have it, you can paste the `.env.example` file and put it on `STEAMGRIDDB_API_KEY`. +If you want to have onlinefix as a repacker you'll need to add your credentials to the .env + +Once you have it, you can paste the `.env.example` file and put it on `STEAMGRIDDB_API_KEY`, `ONLINEFIX_USERNAME`, `ONLINEFIX_PASSWORD`. ## Running