-### Installing to a custom directory
-
-This can be done by overriding the `install_path` variable
-
-```
-make install install_path=/opt/bin
-```
-
-## Linting and Generating Documentation
-
-We use [swiftlint][swiftlint] to lint, and `make lint` to run it.
-We use [jazzy][jazzy] and [SourceKitten][sourcekitten] to document, and
-`make document` to generate it.
-
-## Running tests
-
-No tests at the moment 😬... but the makefile is mapped to run the swift
-tests.
-
-```
-make test