# Install

### Download from pre-built binary

Find pre-built binary from [releases](https://github.com/Outofbedlam/tine/releases), and download.

### Install with `pkgx`

```
pkgx install tine
```

### Install with `go install`

It requires Go >= 1.22

```bash
go install github.com/OutOfBedlam/tine
```

### Build from source

1. Check out the latest source code from github.com

```bash
# checkout
git clone https://github.com/OutOfBedlam/tine.git

# change directory
cd tine
```

2. Build

```bash
go build -o <path_to_install>/tine
```
