# Requirements

> List the tools and access needed before installation.

---

LLMS index: [llms.txt](/oink-starter/llms.txt)

---

Keep prerequisites short, exact, and testable.

## Tools {#tools}

- A supported operating system.
- Git for retrieving the source.
- The runtime version required by your project.

## Verify {#verify}

Give readers one command per prerequisite:

```console
$ project --version
project 0.1.0
```

Replace the placeholder command with your own before publishing.
