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
e92b7f8700
commit
0a06e25e7f
22
README.md
22
README.md
@ -4,6 +4,28 @@
|
||||
|
||||
A purr-fectly modern, secure WordPress backup and restore plugin built with Alpine.js, Astro, and enterprise-grade security practices. Created as a secure replacement for XCloner after identifying critical vulnerabilities. **Now with 100% more cat personality!** 🐾
|
||||
|
||||
## 📦 Installation
|
||||
|
||||
**Latest release:** [v1.0.0](https://git.supported.systems/tigerstyle/tigerstyle-life9/releases/tag/v1.0.0) · [All releases](https://git.supported.systems/tigerstyle/tigerstyle-life9/releases)
|
||||
|
||||
### Via WordPress Admin (GUI)
|
||||
|
||||
1. Download [tigerstyle-life9-1.0.0.zip](https://git.supported.systems/tigerstyle/tigerstyle-life9/releases/download/v1.0.0/tigerstyle-life9-1.0.0.zip)
|
||||
2. In WordPress admin: **Plugins → Add New → Upload Plugin**, pick the ZIP
|
||||
3. Click **Activate Plugin** — settings appear under **TigerStyle Life9** in the sidebar
|
||||
|
||||
### Via WP-CLI (terminal)
|
||||
|
||||
```bash
|
||||
wp plugin install \
|
||||
https://git.supported.systems/tigerstyle/tigerstyle-life9/releases/download/v1.0.0/tigerstyle-life9-1.0.0.zip \
|
||||
--activate
|
||||
```
|
||||
|
||||
**Requires:** WordPress 5.0+ · PHP 7.4+ · An S3-compatible storage backend for backups
|
||||
|
||||
---
|
||||
|
||||
## 🐾 **Why TigerStyle Life9?**
|
||||
|
||||
**Because your website deserves nine lives!**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user