Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue fetching new providers #16

Open
kobacat opened this issue Sep 22, 2024 · 1 comment
Open

Issue fetching new providers #16

kobacat opened this issue Sep 22, 2024 · 1 comment

Comments

@kobacat
Copy link

kobacat commented Sep 22, 2024

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?

@gogetta69
Copy link
Owner

Using git pull:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants