chore: fix nix hash and docs version

This commit is contained in:
Aarnav Tale
2025-04-15 10:56:19 -04:00
parent 6be55ec686
commit ae0aadd83f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 0.5.10 # Or whatever tag you want to use
git checkout v0.6.0 # Or whatever tag you want to use
pnpm install
pnpm build
```