> For the complete documentation index, see [llms.txt](https://awcrotwell.gitbook.io/mochi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awcrotwell.gitbook.io/mochi/installation.md).

# Installation

1. Add the dependency to your `shard.yml`:

   ```yaml
   dependencies:
     mochi:
       github: andrewc910/mochi
       version: ~> 0.1.0
   ```
2. Run `shards install`
