From 2894c664d3ecc9ceeed3f980328204e238b0ea67 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 5 Apr 2025 11:56:59 -0400 Subject: [PATCH] docs: fix tag typo --- docs/Bare-Metal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```