1 parent bdd6ce8 commit 629a2e6Copy full SHA for 629a2e6
1 file changed
README.md
@@ -80,15 +80,17 @@ LogLens does not currently detect:
80
- PAM-specific failures beyond the parsed sample patterns
81
- Cross-file or cross-host correlation
82
83
-## Build
84
-
85
-```bash
86
-cmake -S . -B build
87
-cmake --build build
88
-ctest --test-dir build --output-on-failure
89
-```
90
91
-## Run
+## Build
+
+```bash
+cmake -S . -B build
+cmake --build build
+ctest --test-dir build --output-on-failure
+```
+For fresh-machine setup and repeatable local presets, see [`docs/dev-setup.md`](./docs/dev-setup.md).
92
93
+## Run
94
95
```bash
96
./build/loglens --mode syslog --year 2026 ./assets/sample_auth.log ./out
0 commit comments