Skip to content

Commit 0fa8170

Browse files
committed
Update README.md
1 parent 3e270d0 commit 0fa8170

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,14 @@ To enable mailhog for debug, follow the instruction below.
5656
# Get docker container ID.
5757
# Notice: run npm start before this step.
5858
npm run path
59-
# You will get container ID at the .
59+
# You will get container ID at the base name e.g. 0597019337936df00cda1cf5a15016e0
60+
# Save it as .wp_install_path
61+
touch .wp_install_path
62+
echo 0597019337936df00cda1cf5a15016e0 > .wp_install_path
63+
# Restart docker.
64+
npm run update
65+
# Open http://localhost:8025
66+
```
6067

6168
## License
6269

0 commit comments

Comments
 (0)