We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c22e9 commit db369feCopy full SHA for db369fe
1 file changed
README.md
@@ -26,9 +26,8 @@ There are several ways to self-host Sim Studio:
26
### Option 1: Docker Environment (Recommended)
27
28
```bash
29
-# Clone your forked repository
30
-git clone https://github.com/YOUR_USERNAME/sim.git
31
-cd sim
+# Clone the repository
+git clone https://github.com/simstudioai/sim.git
32
33
# Create environment file and update with required environment variables (BETTER_AUTH_SECRET)
34
cp .env.example .env
0 commit comments