Skip to content

Commit

Permalink
Merge pull request #21 from frankdarnese/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Harry Finn committed Jul 19, 2017
2 parents b27bfae + 0331e60 commit 82ae26c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ mkdir your-wordpress-folder && cd your-wordpress-folder
wp core download --locale=en_GB
```

Or if you have 'Oh My Zsh' installed, you can simplify this with the take command which will create and swap into the directory:

```TXT
take your-wordpress-folder && wp core download --locale=en_GB
```

## Clone this repo into a new theme in your WordPress folder:

```TXT
Expand Down

0 comments on commit 82ae26c

Please sign in to comment.