update readme

This commit is contained in:
2026-06-17 01:26:08 +07:00
parent ebb83fb4f8
commit 85153ae4e5
+6
View File
@@ -31,3 +31,9 @@ make build-linux
goose -dir ./migrations create {migration name} sql
goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up
```
Тестирование
```shell
make test
```