Skip to content

Commit ed3b77e

Browse files
committed
Readme fixes
1 parent 42c9045 commit ed3b77e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Install [Docker](https://www.docker.com/get-started)
2626
### Create SSL cert
2727

2828
```shell
29-
cd cli && ./create-cert.sh
29+
cd cli
30+
./create-cert.sh
3031
```
3132

3233
> Edit the script to your your custom domain, this example uses myapp.local
@@ -38,15 +39,17 @@ Chrome and Safari will trust the certs using this script.
3839
> In Firefox: Select Advanced, Select the Encryption tab, Click View Certificates. Navigate to where you stored the certificate and click Open, Click Import.
3940
4041
```shell
41-
cd cli && ./trust-cert.sh
42+
cd cli
43+
./trust-cert.sh
4244
```
4345

4446
> Edit the script to your your custom domain, this example uses myapp.local
4547
4648
### Setup vhost in /etc/hosts
4749

4850
```shell
49-
cd cli && ./setup-hosts-file.sh
51+
cd cli
52+
./setup-hosts-file.sh
5053
```
5154
> Follow the instructions. For example use `myapp.local`
5255
@@ -101,6 +104,8 @@ docker exec -it myapp-wordpress bash
101104
wp search-replace https://olddomain.com https://newdomain.com --allow-root
102105
```
103106

107+
> You can use this command first after you've installed WordPress using Composer as the example above.
108+
104109
### Changelog
105110

106111
#### 2019-08-02

0 commit comments

Comments
 (0)