Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ Install `mint` from https://mintlify.com/docs/installation
uv sync --all-groups
```

4. **Use the docs CLI tool:**
4. **Install Mintlify CLI**

The docs CLI uses parts of the Mintlify CLI so you need to install that too.
```bash
npm i -g mint
```

5. **Use the docs CLI tool:**

After setup, you'll have access to the `docs` command:
```bash
Expand Down
Loading