1
0
Fork 1

Update README.md

This commit is contained in:
colin 2024-07-18 20:29:29 +00:00
parent e844c95ca5
commit deb9f43a41
1 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
Simple Glitchtip Plugin Installation # Simple Glitchtip Plugin Installation
Installation ## Installation
To install or update the Simple Glitchtip plugin, run the following command from the root of your WordPress HTML directory: To install or update the Simple Glitchtip plugin, run the following command from the root of your WordPress HTML directory:
sh ```bash
curl -sSL https://git.nixc.us/colin/simple-glitchtip/raw/branch/main/install.sh | bash curl -sSL https://git.nixc.us/colin/simple-glitchtip/raw/branch/main/install.sh | bash
```
Enabling the Plugin ## Enabling the Plugin
After running the install script, you need to activate the plugin. You can do this via the WordPress admin dashboard: ### After running the install script, you need to activate the plugin. You can do this via the WordPress admin dashboard:
Log in to your WordPress admin dashboard. Log in to your WordPress admin dashboard.
Navigate to Plugins > Installed Plugins. Navigate to Plugins > Installed Plugins.
Find Simple Glitchtip in the list and click Activate. Find Simple Glitchtip in the list and click Activate.
What install.sh Does ### What install.sh Does
The install.sh script performs the following actions: The install.sh script performs the following actions: