refactor: docs

This commit is contained in:
2025-11-27 13:08:39 +03:00
parent 67ed1ced9c
commit c2a0189951

View File

@@ -54,11 +54,12 @@
### 🧩 Зависимости
- git
- make
- curl
- opencv >=4.12.0
- go 1.25.4 (ранние версии не тестировались)
- opencv 4.12.0
- go 1.25.4
### Linux & Windows & MacOS
### Linux & MacOS & Windows
Склонируйте мой репозиторий:
```bash
@@ -75,14 +76,9 @@ cd auto-attendance
# для текущей платформы
make
# для Linux
make build-linux
# для Windows
make build-windows
# для MacOS
make build-darwin
# make build-linux
# make build-macos
# make build-windows
```
Далее для запуска можете использовать команду `make run`.