diff --git a/docs/Bare-Metal.md b/docs/Bare-Metal.md index 3424a4c..4ec4033 100644 --- a/docs/Bare-Metal.md +++ b/docs/Bare-Metal.md @@ -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 ```