From 6b06fdf55b982409bce59005e8e8a5f386a2cff7 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 30 May 2026 15:02:38 -0600 Subject: [PATCH] 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. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 5eab0fe..caa7c3b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,28 @@ --- +## ๐Ÿ“ฆ Installation + +**Latest release:** [v1.0.0](https://git.supported.systems/tigerstyle/tigerstyle-whiskers/releases/tag/v1.0.0) ยท [All releases](https://git.supported.systems/tigerstyle/tigerstyle-whiskers/releases) + +### Via WordPress Admin (GUI) + +1. Download [tigerstyle-whiskers-1.0.0.zip](https://git.supported.systems/tigerstyle/tigerstyle-whiskers/releases/download/v1.0.0/tigerstyle-whiskers-1.0.0.zip) +2. In WordPress admin: **Plugins โ†’ Add New โ†’ Upload Plugin**, pick the ZIP +3. Click **Activate Plugin** โ€” settings appear under **TigerStyle Whiskers** in the sidebar + +### Via WP-CLI (terminal) + +```bash +wp plugin install \ + https://git.supported.systems/tigerstyle/tigerstyle-whiskers/releases/download/v1.0.0/tigerstyle-whiskers-1.0.0.zip \ + --activate +``` + +**Requires:** WordPress 5.0+ ยท PHP 7.4+ + +--- + ## ๐ŸŽฏ What is TigerStyle Whiskers? TigerStyle Whiskers is the perfect addition to the TigerStyle ecosystem - a comprehensive GDPR compliance and privacy protection plugin for WordPress. Like a cat's whiskers help navigate boundaries and detect the environment, this plugin helps your website navigate privacy laws and detect compliance requirements with surgical precision.