Commit 3e832f4
authored
docs: remove stale cmd/eyrie/ doc references (#29)
The eyrie/docs/ARCHITECTURE.md Components diagram and the README.md
build instructions both referenced a cmd/eyrie/ directory that does
not exist — eyrie is a library, not a CLI. Reword the docs to
reflect the library-only reality:
- docs/ARCHITECTURE.md: drop the 'cmd/eyrie/' tree entry, keep the
api/openapi.yaml entry (the OpenAPI spec documents the embedded
HTTP server in internal/api, not a standalone binary).
- README.md: replace 'go build ./cmd/eyrie' with 'go build ./...'
to match Makefile:46 (the build target is just 'go build ./...'
to verify the library compiles).1 parent 379cee8 commit 3e832f4
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments