Skip to content

Commit 1725a2b

Browse files
committed
chore: fix README command orders
1 parent d1b5641 commit 1725a2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ mkcert -install
3131
cd config && mkcert example.com && cd ..
3232
```
3333

34-
You also need to do the migrations:
34+
Copy the sample config file and fill it with proper configs.
3535
```bash
36-
make migrate-up
36+
cp config/config.sample.yaml config/dev.yaml
3737
```
3838

39-
Copy the sample config file and fill it with proper configs.
39+
You also need to do the migrations:
4040
```bash
41-
cp config/config.sample.yaml config/dev.yaml
41+
make migrate-up
4242
```
4343

4444
And run the application

0 commit comments

Comments
 (0)