diff --git a/README.md b/README.md index b44e56d..7b17aac 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ You can chat, help improve this repo, or just hang around for some fun in the ** * [Usage](#usage) * [Win 7](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Installation#win-7) * [Termux](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Termux) + * [Update](#update) * [CONFIGURATION](#Configuration) * [DOCKER](#docker) * [TUTORIAL](#tutorial) @@ -54,6 +55,23 @@ python3 run.py ``` +## Update + +Keep your script up to date with the latest features by running: + +#### On Windows: + +```powershell +python update_version.py +``` + +#### On Linux/MacOS: + +```bash +python3 update_version.py +``` + + ## Configuration You can change some behaviors by tweaking the configuration file. diff --git a/upload.py b/update_version.py similarity index 100% rename from upload.py rename to update_version.py