Skip to content

docs: fix build command and ignore compiled binary#16

Merged
mabd-dev merged 2 commits into
mabd-dev:devfrom
frittlechasm:docs/fix-build-command
Apr 17, 2026
Merged

docs: fix build command and ignore compiled binary#16
mabd-dev merged 2 commits into
mabd-dev:devfrom
frittlechasm:docs/fix-build-command

Conversation

@frittlechasm

@frittlechasm frittlechasm commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

Update build command from go build -o reposcan ./cmd/reposcan to go build -o reposcan . in README.md and CLAUDE.md to reflect that main.go lives at the repo root. Also add /reposcan to .gitignore to prevent the compiled binary from being accidentally committed.

fixes #13

@frittlechasm frittlechasm changed the title docs: fix build command and ignore compiled binary docs: fix build command and ignore compiled binary - fixes #13 Mar 21, 2026
@frittlechasm frittlechasm changed the title docs: fix build command and ignore compiled binary - fixes #13 docs: fix build command and ignore compiled binary Mar 21, 2026
Comment thread CLAUDE.md Outdated
@mabd-dev

Copy link
Copy Markdown
Owner

Thanks for the contribution 🎉

can you please change PR base to dev branch

@mabd-dev mabd-dev self-assigned this Apr 17, 2026
@frittlechasm frittlechasm changed the base branch from main to dev April 17, 2026 10:44
Update build command from `go build -o reposcan ./cmd/reposcan` to `go build -o reposcan .` in README.md and CLAUDE.md to reflect that main.go lives at the repo root. Also add `/reposcan` to .gitignore to prevent the compiled binary from being accidentally committed.
@frittlechasm frittlechasm force-pushed the docs/fix-build-command branch from a0421a7 to c98cbae Compare April 17, 2026 10:46
@frittlechasm

Copy link
Copy Markdown
Contributor Author

Thanks for the contribution 🎉

can you please change PR base to dev branch

Done. Thanks for building this tool.

@mabd-dev mabd-dev merged commit f59113d into mabd-dev:dev Apr 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

go build ./cmd/reposcan produces archive instead of executable

2 participants