Skip to content

Commit b65eb67

Browse files
update install instructions
1 parent dd46b11 commit b65eb67

2 files changed

Lines changed: 13 additions & 29 deletions

File tree

.distignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.distignore
2+
.editorconfig
3+
.git
4+
.gitignore
5+
.github
6+
composer.json
7+
composer.lock
8+
phpstan.neon.dist

README.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,11 @@ Some of these are simple no-ops if the relevant PHP constants are not set.
1616

1717
## Install
1818

19-
Download the ZIP and drop it in `wp-content/plugins`.
20-
21-
Alternatively, install through Composer:
22-
23-
```json
24-
{
25-
"repositories": [
26-
{
27-
"type": "vcs",
28-
"url": "https://github.com/ibericode/ibericode-mods"
29-
}
30-
],
31-
"require": {
32-
"composer/installers": "^2.2",
33-
"ibericode/ibericode-mods": "*@dev",
34-
},
35-
"config": {
36-
"allow-plugins": {
37-
"composer/installers": true
38-
}
39-
},
40-
"extra": {
41-
"installer-paths": {
42-
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
43-
}
44-
}
45-
}
46-
47-
```
19+
Download the plugin package from the [latest release here on GitHub](https://github.com/ibericode/ibericode-mods/releases/latest).
20+
21+
Go to **Plugins > Add Plugin > Upload Plugin** to install the plugin.
22+
23+
Alternatively, download or clone this repository and place in `/wp-content/plugins/`.
4824

4925
## License
5026

0 commit comments

Comments
 (0)