From 8429b19c4adc6f04d2416dfc30c8d753d0d83439 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 29 Mar 2025 14:10:46 -0400 Subject: [PATCH] docs: use git tags for bare metal --- docs/Bare-Metal.md | 1 + 1 file changed, 1 insertion(+) 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 ```