Add build and run instructions to README

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 04:12:58 +03:00
parent 512957545a
commit 24b722df6c

View File

@@ -1,3 +1,18 @@
# logpile
BMC Log analyzer
BMC Log analyzer
## Запуск из исходников
```bash
# Сборка
make build
# Запуск веб-сервера
./bin/logpile serve
# Открыть в браузере
open http://localhost:8080
```
Требования: Go 1.22+