### Install with [npm](npmjs.org)

```bash
npm i -g {%= name %} --save-dev
```

Now that {%= name %} is installed, add `README.tmpl.md` to the `docs/` dir in your project (this is all customizable, but let's keep it simple here), and add this to the file:

```markdown
{%= raw('example') %}
```

Next, run:

```bash
{%= name %}
```

That wasn't so hard, was it? (It was? [Try downloading Verb instead](https://github.com/assemble/verb/archive/master.zip))