From 13b7c974b598699fb2196120d9835ffc166eff0d Mon Sep 17 00:00:00 2001 From: Karim Date: Wed, 8 Jan 2025 15:07:58 -0500 Subject: [PATCH] chore: update branch name --- content/docs/install/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/install/index.mdx b/content/docs/install/index.mdx index ae759b1..4899106 100644 --- a/content/docs/install/index.mdx +++ b/content/docs/install/index.mdx @@ -37,7 +37,7 @@ docker run --name stardust-postgres -p 5432:5432 -e POSTGRES_PASSWORD=replaceme Clone the Stardust repository and install the dependencies. ```bash - git clone https://github.com/spaceness/stardust && cd stardust + git clone https://github.com/spaceness/stardust -b v0.9 && cd stardust pnpm install ```