Skip to content

Commit 46886c0

Browse files
committed
Update README to include rake setup too.
1 parent 041550f commit 46886c0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
You can use this as a start point for managing a WordPress install with git.
22

3-
In it's current state, all you need to do is clone this repo, `git submodule update --init` then copy `wp-config-sample.php` to `wp-config.php`, update your database settings, and your default theme.
4-
53
See '[Install and manage WordPress with Git](http://davidwinter.me/articles/2012/04/09/install-and-manage-wordpress-with-git/)' for more details.
64

5+
## Setup
6+
7+
You can eithe run:
8+
9+
rake
10+
11+
Or manually run:
12+
13+
git submodule update --init
14+
15+
Then copy `wp-config-sample.php` to `wp-config.php`, update your database settings, and your default theme.
16+
717
## Updating WordPress
818

919
You can use the Rake helper task to upgrade WordPress to a specific version:

0 commit comments

Comments
 (0)