Skip to content

Commit 5d52079

Browse files
committed
somewhat trivial clarifications to README
1 parent 970bfbe commit 5d52079

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Simply add a [post-receive hook](http://help.github.com/post-receive-hooks/) to
3939

4040
#### WordPress
4141

42-
1. Install a web server (such as Apache), PHP, and MySQL.
42+
1. Install and run a web server (such as Apache), PHP, and MySQL.
4343

4444
2. Follow http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install
4545

46-
3. Redirect your WordPress install to use the web-base-template's theme and config
47-
* `rm -rf wordpress/wp-content`
46+
3. Redirect your WordPress install to use the web-base-template's theme and config (replacing "[YourWordPressInstallDirectory]" with the actual name of the directory where you installed WordPress)
47+
* `rm -rf [YourWordPressInstallDirectory]/wp-content`
4848
* `ln -s web-base-template/wordpress/wp-content wordpress/wp-content`
4949

5050
#### WordPress config
@@ -90,4 +90,4 @@ From http://plugins.jquery.com.dev/wp-admin/
9090

9191
6. `node src/setup.js`
9292

93-
7. `node src/main.js`
93+
7. `node src/main.js`

0 commit comments

Comments
 (0)