diff --git a/docs/Bare-Metal.md b/docs/Bare-Metal.md index ccd36e4..79652a5 100644 --- a/docs/Bare-Metal.md +++ b/docs/Bare-Metal.md @@ -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 ```