Skip to content

Commit 9514009

Browse files
committed
Update installation instructions in README.md for clarity and accuracy
- Revised Quick Install section to provide clearer steps for downloading and uploading the plugin. - Added specific link to the latest plugin release zip file. - Enhanced Composer Install instructions with proper code formatting. - Clarified the Updates section to emphasize automatic update handling via GitHub.
1 parent f8751a9 commit 9514009

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@ This plugin restricts JavaScript editing to users with the 'unfiltered_html' cap
2323

2424
## Installation
2525

26-
You know the drill.
26+
- **Quick Install**
2727

28-
- [Download the plugin](https://github.com/soderlind/additional-javascript/archive/master.zip)
29-
- Go to Plugins > Add New.
30-
- Click on Upload Plugin button found on top left corner of page
31-
- Select the downloaded .zip file
28+
- Download [`additional-javascript.zip`](https://github.com/soderlind/additional-javascript/releases/latest/download/additional-javascript.zip)
29+
- Upload via WordPress Network > Plugins > Add New > Upload Plugin
30+
- Network activate the plugin.
3231

33-
Or add the plugin to your composer file using `composer require "soderlind/additional-javascript"`
32+
- **Composer Install**
33+
34+
```bash
35+
composer require soderlind/additional-javascript
36+
```
37+
38+
- **Updates**
39+
* Plugin updates are handled automatically via GitHub. No need to manually download and install updates.
3440

3541
## Usage
3642

0 commit comments

Comments
 (0)