Skip to content

Commit 629a2e6

Browse files
committed
build: add local setup README pointer
1 parent bdd6ce8 commit 629a2e6

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,17 @@ LogLens does not currently detect:
8080
- PAM-specific failures beyond the parsed sample patterns
8181
- Cross-file or cross-host correlation
8282

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
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+
For fresh-machine setup and repeatable local presets, see [`docs/dev-setup.md`](./docs/dev-setup.md).
92+
93+
## Run
9294

9395
```bash
9496
./build/loglens --mode syslog --year 2026 ./assets/sample_auth.log ./out

0 commit comments

Comments
 (0)