mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 05:25:40 +07:00
Update README with tag-based installation instructions
This commit is contained in:
10
README.md
10
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:
|
||||
|
||||
Reference in New Issue
Block a user