docs(readme): Add Installation section with ZIP download and WP-CLI command
Two clearly-labeled install methods at the top of the README so users know how to get the plugin without scrolling: - WordPress Admin GUI: 3-step ZIP upload - WP-CLI one-liner with --activate flag Both link directly to the v1.0.0 release ZIP on Gitea.
This commit is contained in:
parent
0028738e33
commit
be092ee5e2
22
README.md
22
README.md
@ -25,6 +25,28 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 📦 Installation
|
||||||
|
|
||||||
|
**Latest release:** [v2.0.0](https://git.supported.systems/tigerstyle/tigerstyle-heat/releases/tag/v2.0.0) · [All releases](https://git.supported.systems/tigerstyle/tigerstyle-heat/releases)
|
||||||
|
|
||||||
|
### Via WordPress Admin (GUI)
|
||||||
|
|
||||||
|
1. Download [tigerstyle-heat-2.0.0.zip](https://git.supported.systems/tigerstyle/tigerstyle-heat/releases/download/v2.0.0/tigerstyle-heat-2.0.0.zip)
|
||||||
|
2. In WordPress admin: **Plugins → Add New → Upload Plugin**, pick the ZIP
|
||||||
|
3. Click **Activate Plugin** — settings appear under **TigerStyle Heat** in the sidebar
|
||||||
|
|
||||||
|
### Via WP-CLI (terminal)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wp plugin install \
|
||||||
|
https://git.supported.systems/tigerstyle/tigerstyle-heat/releases/download/v2.0.0/tigerstyle-heat-2.0.0.zip \
|
||||||
|
--activate
|
||||||
|
```
|
||||||
|
|
||||||
|
**Requires:** WordPress 5.0+ · PHP 7.4+ · Tested up to WordPress 6.3
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 🚀 What Makes TigerStyle Heat Special?
|
## 🚀 What Makes TigerStyle Heat Special?
|
||||||
|
|
||||||
TigerStyle Heat isn't just another WordPress SEO plugin—it's a **comprehensive digital marketing platform** that puts your website in heat to naturally attract traffic from around the globe! Built with enterprise-grade architecture and cutting-edge SEO technologies. Stop chasing traffic like a dog 🐕 - make it come to you naturally!
|
TigerStyle Heat isn't just another WordPress SEO plugin—it's a **comprehensive digital marketing platform** that puts your website in heat to naturally attract traffic from around the globe! Built with enterprise-grade architecture and cutting-edge SEO technologies. Stop chasing traffic like a dog 🐕 - make it come to you naturally!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user