Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit dbd0f00

Browse files
committed
Update installation instructions for Homebrew to include repository URL
1 parent 1e5758a commit dbd0f00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Formula/git-pkgs.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ class GitPkgs < Formula
99

1010
def install
1111
ENV["GEM_HOME"] = libexec
12-
system "bundle", "install", "--without", "development"
12+
system "bundle", "config", "set", "--local", "without", "development"
13+
system "bundle", "install"
1314
system "gem", "build", "git-pkgs.gemspec"
1415
system "gem", "install", "--ignore-dependencies", "git-pkgs-#{version}.gem"
1516
bin.install libexec/"bin/git-pkgs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It works across many ecosystems (Gemfile, package.json, Dockerfile, GitHub Actio
1313
## Installation
1414

1515
```bash
16-
brew tap andrew/git-pkgs
16+
brew tap andrew/git-pkgs https://github.com/andrew/git-pkgs
1717
brew install git-pkgs
1818
```
1919

0 commit comments

Comments
 (0)