Skip to content

Commit

Permalink
How to install!
Browse files Browse the repository at this point in the history
  • Loading branch information
mhulse committed Mar 28, 2015
1 parent 164cea3 commit 2d24784
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

**Boilerplate code used to kick-start WordPress projects.**

This repo will eventually contain an updated version of my [Bueller repo/workflow](https://github.com/mhulse/bueller).

---

This repo will eventually contain an updated version of my [Bueller repo/workflow](https://github.com/mhulse/bueller).
## Installation

Using `cURL` and `tar` on a unix system:

```bash
$ curl -#L https://github.com/mhulse/wp-boost/tarball/master | tar -xzv --strip-components 1 --exclude=*/{.git*,.editor*,README.*,LICENSE,*.sublime*}
```

0 comments on commit 2d24784

Please sign in to comment.