diff --git a/README.md b/README.md index 3d8a752..20f8638 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,17 @@ Check out the available branches to find the theme that suits your brand: - `theme/premium-gold` (Current active theme: Gold accents with dark background) ### 2. Implementation -1. Clone the specific theme branch: +It is highly recommended to use a specific **Tag** for a stable release: + +1. Clone using a stable tag (e.g., `gold-v1.0`): + ```bash + git clone --branch gold-v1.0 https://github.com/dyzulk/twinpath-hotspot-themes.git + ``` +2. Or, if you want the latest (possibly experimental) version of a branch: ```bash git clone -b theme/premium-gold https://github.com/dyzulk/twinpath-hotspot-themes.git ``` -2. Upload the contents of the folder to your MikroTik **`flash/hotspot`** directory. +3. Upload the contents of the folder to your MikroTik **`flash/hotspot`** directory. ## 📁 Repository Structure Each branch is self-contained. To switch themes in your local development: