Skip to content

Commit

Permalink
chore: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
truekas authored Jan 8, 2025
1 parent 4ea7d74 commit 13b7c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run --name stardust-postgres -p 5432:5432 -e POSTGRES_PASSWORD=replaceme
<Step>
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
```
</Step>
Expand Down

0 comments on commit 13b7c97

Please sign in to comment.