plugship 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,8 +20,9 @@ npm install -g plugship
|
|
|
20
20
|
|
|
21
21
|
The `plugship-receiver` companion plugin must be installed on your WordPress site. It adds a REST endpoint that accepts plugin ZIP uploads.
|
|
22
22
|
|
|
23
|
-
1.
|
|
24
|
-
2.
|
|
23
|
+
1. Download [plugship-receiver.zip](https://github.com/shamim0902/plugship-receiver/releases/latest/download/plugship-receiver.zip) or get it from the [repo](https://github.com/shamim0902/plugship-receiver)
|
|
24
|
+
2. Go to **Plugins > Add New > Upload Plugin** in WordPress admin
|
|
25
|
+
3. Upload the ZIP and activate **PlugShip Receiver**
|
|
25
26
|
|
|
26
27
|
### 2. Create an Application Password
|
|
27
28
|
|