You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I installed this repo and I've been running it off my own PC for a while and it's worked fantastic so far. Recently, I did notice you added some new providers. I'm just curious what the best way to update the repo would be so I can access them?
The text was updated successfully, but these errors were encountered:
If you've already cloned the repository, the most efficient way to get the latest changes is to run git pull. This command fetches the updates from the remote repository and merges them into your local copy, only changing files that have been modified since your last pull.
git pull origin main
Important: Make sure to back up the config.php. The git pull command will overwrite these files if there were updates made in it.
Alternatively, you can achieve the same result by downloading the repository as a ZIP file, extracting it, and overwriting the files in your local directory.
Hi there, I installed this repo and I've been running it off my own PC for a while and it's worked fantastic so far. Recently, I did notice you added some new providers. I'm just curious what the best way to update the repo would be so I can access them?
The text was updated successfully, but these errors were encountered: