We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ea9a4 commit 076be14Copy full SHA for 076be14
1 file changed
AGENTS.md
@@ -13,8 +13,8 @@ RepoScan is a Go CLI tool that scans filesystems for Git repositories and report
13
# Build the main binary
14
go build -o reposcan .
15
16
-# Install to $GOPATH/bin
17
-go install github.com/mabd-dev/reposcan@latest
+# Install
+curl -fsSL https://raw.githubusercontent.com/mabd-dev/reposcan/main/install.sh | sh
18
```
19
20
### Testing
0 commit comments