docs: fix tag typo

This commit is contained in:
Aarnav Tale 2025-04-05 11:56:59 -04:00
parent 5c2d08decd
commit 2894c664d3
No known key found for this signature in database

View File

@ -30,7 +30,7 @@ Clone the Headplane repository, install dependencies, and build the project:
```sh
git clone https://github.com/tale/headplane
cd headplane
git checkout v0.5.5 # Or whatever tag you want to use
git checkout 0.5.10 # Or whatever tag you want to use
pnpm install
pnpm build
```