Building
--------

## Ubuntu

```bash
# Get tools
sudo apt install ruby-asciidoctor-pdf codespell
# Build
make
```


## MacOS

```bash
brew install asciidoctor codespell
make
```
