# Docs

In order to build docs locally, you must first install `rbenv`:

```shell
brew install rbenv
```

```shell
rbenv install
```

Then install the bundle:

```shell
bundle install
```

This might tell you to install a specific version of `bundler` with `gem`. If so, do what it asks.
