Skip to content

Commit 86d7db5

Browse files
committed
Fixed launch instructions in readme
1 parent 967471d commit 86d7db5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,16 @@ cp .env.example .env
4444
# Open the new .env file in your favourite editor and make the changes
4545
```
4646

47-
5. Run the dev server using `F5` key in VSCode. You can also run the server script:
47+
5. Run the dev server using `F5` key in VSCode. You can also use the `dev-launch` shell script:
48+
```shell
49+
# Windows
50+
./scripts/dev-launch.bat
51+
52+
# POSIX
53+
bash ./scripts/dev-launch.sh
54+
```
55+
56+
6. You can also run the server (cli) script:
4857
```shell
4958
sample-fastapi --help
5059
```

0 commit comments

Comments
 (0)