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 ```