- Install the dependabot wizard cli:
go install github.com/kaypee90/dependabot-wizard/cmd/depbot@latest
- Add go/bin to PATH:
export PATH="$PATH:/usr/local/go/bin"
This assumes that your Go installation is in the default location (/usr/local/go). If it's installed elsewhere, adjust the path accordingly.
- Verify PATH: You can verify that go/bin is included in your PATH by running:
echo $PATH
- Navigate to the root directory of your project:
cd <project>
- Start dependabot wizard:
depbot