Skip to content

Commit 47b30a1

Browse files
authored
docs: simplify agy-reader install to module-root path (#570)
Reverts the install-path fix from #566. Thanks to @akunzai for catching that the documented command didn't build -- the report was correct at the time. agy-reader's `main` package now lives at the module root, so `go install github.com/mjacobs/agy-reader@latest` works directly. This drops the longer `cmd/agy-reader` path from the README. Co-authored-by: Matthew Jacobs <mjacobs@users.noreply.github.com>
1 parent 2197322 commit 47b30a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ agentsview's file watcher detects the sidecar automatically and parses it in
256256
place of summary mode -- no agentsview restart needed.
257257

258258
```bash
259-
go install github.com/mjacobs/agy-reader/cmd/agy-reader@latest
259+
go install github.com/mjacobs/agy-reader@latest
260260

261261
# Generate sidecars for existing sessions...
262262
agy-reader --sync

0 commit comments

Comments
 (0)