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