# Setup

Nothing to install — this is a guide. It is a single markdown file (`README.md`) with no code, no scripts, and no build step. Read `README.md` top to bottom.

If you want your own local copy to edit or keep updated:

```
git clone <this-repo-url>
cd free-ai-resources
```

Check it worked:

```
ls
```

Expected output includes `README.md`.

That's the whole setup. Any tools mentioned inside `README.md` (Ollama, whisper.cpp, Cursor, etc.) are optional things the guide *describes* — you only install those if and when you decide to try that specific resource, following that vendor's own instructions. None of them are required to read or use this repo.
