Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update kit reference in Makefile #13885

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tooptoop4
Copy link
Contributor

Without this on mac the wrong kit project was being installed (https://github.com/johnlindquist/kit instead of https://github.com/kitproj/kit)

@@ -533,13 +533,8 @@ dist/argosay:
.PHONY: kit
kit: Makefile
ifeq ($(shell command -v kit),)
ifeq ($(shell uname),Darwin)
brew tap kitproj/kit --custom-remote https://github.com/kitproj/kit
brew install kit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can instead do brew install kitproj/kit/kit per the Brew docs on duplicate names

Although personally I'm not particularly a fan of the Makefile installing system deps (such as via Brew or pip or npm -g) in the first place

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.

2 participants