Update documentation to reflect current implementation

This commit is contained in:
2026-01-31 00:21:48 +03:00
parent 70cd541d9e
commit eeed509b43
2 changed files with 82 additions and 70 deletions

View File

@@ -13,6 +13,12 @@ make build
# Открыть в браузере
open http://localhost:8080
# С указанием порта
./bin/logpile serve --port 9000
# С предзагрузкой файла
./bin/logpile serve --file /path/to/bmc-archive.tar.gz
```
Требования: Go 1.22+