-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(doc): add scoop-extras installation details #6737
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
fix(doc): add scoop-extras installation details #6737
Conversation
Adding the solution to errors couldn't find manifest for 'skaffold' when installing with scoop. This error is due to lack of extras bucket when scoop is being installed. Default bucket that comes with scoop is main. In the absence of the extras bucket, users won't be able to install skaffold and couldn't find manifest for 'skaffold' error will be encountered
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
@@ -162,8 +162,25 @@ This package is not maintained by the Skaffold team. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the extras bucket isn't configured by default, it might be better to integrate the add extras
directly into the main part of the text. Something like:
Skaffold can be installed using the [Scoop package manager](https://scoop.sh/) from the [extras bucket](https://github.com/lukesampson/scoop-extras#readme). This package is not maintained by the Skaffold team.
```powershell
scoop bucket add extras
scoop install skaffold
hey @cheapestorderconcept, are you still interested in getting this merged? I think the point that @briandealwis made makes sense, I think it would be good to incorporate it |
Closing in favour of #6847. |
Adding the solution to errors couldn't find manifest for 'skaffold' when installing with scoop. This error is due to lack of extras bucket when scoop is being installed. Default bucket that comes with scoop is main. In the absence of the extras bucket, users won't be able to install skaffold and couldn't find manifest for 'skaffold' error will be encountered
Fixes: #nnn
Related: Relevant tracking issues, for context
Merge before/after: Dependent or prerequisite PRs
Description
User facing changes (remove if N/A)
Follow-up Work (remove if N/A)