mirror of
https://github.com/10h30/wordpress-caddy-docker.git
synced 2026-06-05 15:09:52 +09:00
Update README.md
This commit is contained in:
@@ -35,18 +35,18 @@ To get your WordPress installation running follow these simple steps.
|
||||
1. Modify passwords and variables inside ```.env``` file as you wish
|
||||
2. Run shell command
|
||||
```sh
|
||||
sh wp-install.sh
|
||||
./wp-install.sh
|
||||
```
|
||||
### Init Wordpress Installation
|
||||
|
||||
1. Run shell command
|
||||
```sh
|
||||
sh wp-init.sh
|
||||
./wp-init.sh
|
||||
```
|
||||
|
||||
### Uninstall
|
||||
|
||||
1. Run shell command
|
||||
```sh
|
||||
sh wp-uninstall.sh
|
||||
./wp-uninstall.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user