Skip to content

Commit bf48c13

Browse files
committed
fix bug with nginx, upd README.md
1 parent cb99ab6 commit bf48c13

File tree

3 files changed

+497
-3
lines changed

3 files changed

+497
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@
1616
# copy & paste and fill variables
1717
cp .env.dist .env
1818

19-
# run docker project.
19+
# run docker project
2020
make d.up
21+
22+
# install wordpress dependencies
23+
make composer.install
24+
25+
# install wordpress
26+
make wp.install
2127
```
2228
2. Visit site [wp-docker-boilerplate.local](http://wp-docker-boilerplate.local)
2329

0 commit comments

Comments
 (0)