update readme

This commit is contained in:
Владимир Фёдоров 2025-07-15 02:27:24 +07:00
parent 7585e84fad
commit 9f484366bb
2 changed files with 8 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,6 +1,6 @@
# template # evening_detective
Шалон для Go сервисов (имя репо должно быть snake case) Сервис игры "Вечерний детектив"
Init Init
@ -14,3 +14,9 @@ go mod tidy
```shell ```shell
make run make run
``` ```
Сборка
```shell
make build
```