Update README.md
This commit is contained in:
parent
e844c95ca5
commit
deb9f43a41
14
README.md
14
README.md
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue