# Installation Guide

## Package Installation

Download the latest release from GitHub releases.

## Docker

```bash
docker pull joshbeard/web-indexer
```

## Building from Source

```bash
go build -o web-indexer .
```