Skip to content

Commit 076be14

Browse files
committed
docs: updated install docs in AGENTS.md
1 parent 89ea9a4 commit 076be14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RepoScan is a Go CLI tool that scans filesystems for Git repositories and report
1313
# Build the main binary
1414
go build -o reposcan .
1515

16-
# Install to $GOPATH/bin
17-
go install github.com/mabd-dev/reposcan@latest
16+
# Install
17+
curl -fsSL https://raw.githubusercontent.com/mabd-dev/reposcan/main/install.sh | sh
1818
```
1919

2020
### Testing

0 commit comments

Comments
 (0)