Skip to content

Commit 034edde

Browse files
committed
readme formatting
1 parent 8084257 commit 034edde

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@ The LLM is instructed to only get statistical data from the database, but it can
8282

8383
## Usage
8484

85-
1a. Start the application (without docker):
86-
```
87-
php -S 127.0.0.1:8000
88-
```
89-
90-
1b. Start the application (with docker):
85+
1. Start the application:
9186
```
87+
# with docker
9288
docker run --rm -it --env-file .env -p 8000:8000 $(docker build -q .)
89+
90+
# without docker
91+
php -S 127.0.0.1:8000
9392
```
9493

9594
2. Connect to your database via SSH tunnel if needed:

0 commit comments

Comments
 (0)