mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
Update README
This commit is contained in:
@@ -37,7 +37,7 @@ Ensure you have the following installed:
|
|||||||
|
|
||||||
2. **Run the install script**:
|
2. **Run the install script**:
|
||||||
```bash
|
```bash
|
||||||
./kazewp.sh install domain.com
|
./kazewp.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -45,13 +45,14 @@ Ensure you have the following installed:
|
|||||||
## **Usage**
|
## **Usage**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
./kazewp.sh - Interactive Menu
|
||||||
./kazewp.sh list - List all installed WordPress sites"
|
./kazewp.sh list - List all installed WordPress sites
|
||||||
./kazewp.sh install <domain> - Install a new WordPress site"
|
./kazewp.sh install <domain> - Install a new WordPress site
|
||||||
./kazewp.sh stop <domain> - Stop running WordPress sites"
|
./kazewp.sh stop <domain> - Stop a running WordPress sites
|
||||||
./kazewp.sh start <domain> - Start an installed WordPress sites"
|
./kazewp.sh start <domain> - Start an installed WordPress sites
|
||||||
./kazewp.sh delete <domain> - Delete a WordPress site"
|
./kazewp.sh restart <domain> - Restart an installed WordPress sites
|
||||||
./kazewp.sh delete all - Delete everything"
|
./kazewp.sh delete <domain> - Delete a WordPress site
|
||||||
|
./kazewp.sh delete all - Delete everything
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user