Skip to content

Commit db369fe

Browse files
committed
docs: updated README.md
1 parent 76c22e9 commit db369fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ There are several ways to self-host Sim Studio:
2626
### Option 1: Docker Environment (Recommended)
2727

2828
```bash
29-
# Clone your forked repository
30-
git clone https://github.com/YOUR_USERNAME/sim.git
31-
cd sim
29+
# Clone the repository
30+
git clone https://github.com/simstudioai/sim.git
3231

3332
# Create environment file and update with required environment variables (BETTER_AUTH_SECRET)
3433
cp .env.example .env

0 commit comments

Comments
 (0)