We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b5641 commit 1725a2bCopy full SHA for 1725a2b
README.md
@@ -31,14 +31,14 @@ mkcert -install
31
cd config && mkcert example.com && cd ..
32
```
33
34
-You also need to do the migrations:
+Copy the sample config file and fill it with proper configs.
35
```bash
36
-make migrate-up
+cp config/config.sample.yaml config/dev.yaml
37
38
39
-Copy the sample config file and fill it with proper configs.
+You also need to do the migrations:
40
41
-cp config/config.sample.yaml config/dev.yaml
+make migrate-up
42
43
44
And run the application
0 commit comments