We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9ea9 commit deca21dCopy full SHA for deca21d
1 file changed
README.md
@@ -429,6 +429,7 @@ To build from source, you'll need Go 1.25+.
429
```bash
430
gh repo clone boneskull/gh-stack
431
cd gh-stack
432
+make tools # Install development tools
433
make build # Build binary to ./gh-stack
434
make test # Run tests
435
make lint # Run linter
0 commit comments