We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef0c0a commit 10e52a1Copy full SHA for 10e52a1
docs/gettingstarted.md
@@ -14,7 +14,7 @@ installed](https://docs.docker.com/get-docker/) before you begin.
14
15
## 1. Get SuperStack
16
17
-Click [Use this template](https://github.com/explodinglabs/superstack/generate)
+Click _**[Use this template](https://github.com/explodinglabs/superstack/generate)**_
18
and create a new repository (e.g. `myapp-backend`) on GitHub.
19
20
Clone it to your machine:
@@ -24,7 +24,7 @@ git clone https://github.com/yourname/myapp-backend.git
24
cd myapp-backend
25
```
26
27
-## 2. Configure Environment Variables
+## 2. Create Environment File
28
29
Copy the example environment file:
30
0 commit comments