Skip to content

Commit 8ef6266

Browse files
committed
readme
1 parent f7393bf commit 8ef6266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### To run the application in a docker container, run the command
88

9-
`docker-compose up -d` or `make docker`
9+
`docker-compose up -d`
1010

1111
### To run the application without a docker container, complete follow these steps
1212

@@ -15,8 +15,8 @@
1515
`poetry install` or `pip install -r requirements.txt`
1616
2. Run application.
1717

18-
`python3 -m app` or `make run`
18+
`poetry run fastapi dev app` or `make dev`
1919

2020
### Make documentation
2121

22-
`make help`make generate` - Генерирует новую миграцию с помощью alembic.
22+
`make help`

0 commit comments

Comments
 (0)