From d95182d9de8a330f726d55fc2f0def10cf5ca7c8 Mon Sep 17 00:00:00 2001 From: Lovi-0 Date: Sun, 7 Jul 2024 08:45:49 +0200 Subject: [PATCH] Add update version --- README.md | 18 ++++++++++++++++++ upload.py => update_version.py | 0 2 files changed, 18 insertions(+) rename upload.py => update_version.py (100%) 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