We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbc683 commit 9a0770dCopy full SHA for 9a0770d
README.md
@@ -29,16 +29,14 @@ flowchart TD
29
2. Clone your repository and start SuperStack:
30
31
```sh
32
-git clone https://github.com/yourname/myapp myapp
+git clone https://github.com/yourname/myapp.git
33
cd myapp
34
cp example.env .env
35
docker compose up -d
36
```
37
38
-3. **Explore your API**
39
-
40
-Open [http://localhost:8000/openapi/](http://localhost:8000/openapi/) in your
41
-browser to view and test endpoints using Swagger UI.
+Open [http://localhost:8000/openapi/](http://localhost:8000/openapi/) to view
+your Swagger UI.
42
43
## 📚 Full Documentation
44
0 commit comments