**Install update**

If you haven't already installed [update][] globally, you can do that now with the following command:

```sh
$ npm install --global update
```

This adds `update` to your system path, allowing it to be run from any directory.

**Install {%= name %}**

Install this module with the following command:

```sh
$ npm install --global {%= name %}
```
