docs: use git tags for bare metal

This commit is contained in:
Aarnav Tale 2025-03-29 14:10:46 -04:00
parent 9a5952adcb
commit 8429b19c4a
No known key found for this signature in database

View File

@ -20,6 +20,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
pnpm install
pnpm build
```