Update README with tag-based installation instructions

This commit is contained in:
dyzulk
2026-01-12 08:03:56 +07:00
parent da6be987b8
commit f5b882c775

View File

@@ -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: