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

updated the 'Installing posh-git via Scoop' instructions #862

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

cjstewart88
Copy link
Contributor

Problem

After freshly installing scoop, you can't following the post-git instructions to install post-git via scoop without adding the scoop extras bucket.

~ cody > scoop install posh-git                                                                               
Couldn't find manifest for 'posh-git'.

Solution

Update the readme to include the scoop bucket add extras command. @cortexcompiler mentioned this as a comment here: #763 (comment)

~ cody > scoop bucket add extras
Checking repo... ok
The extras bucket was added successfully.

~ cody > scoop install posh-git
Installing 'posh-git' (1.0.0) [64bit]
Downloading https://github.com/dahlbyk/posh-git/archive/v1.0.0.zip (-1 B)...

Checking hash of v1.0.0.zip ... ok.
Extracting v1.0.0.zip ... done.
Linking ~\scoop\apps\posh-git\current => ~\scoop\apps\posh-git\1.0.0
Adding ~\scoop\modules to your PowerShell module path.
Installing PowerShell module 'posh-git'
Linking ~\scoop\modules\posh-git => ~\scoop\apps\posh-git\current
'posh-git' (1.0.0) was installed successfully!
Notes
-----
See usage: https://github.com/dahlbyk/posh-git#using-posh-git

@dahlbyk dahlbyk merged commit 5c654bf into dahlbyk:master Mar 27, 2022
@dahlbyk
Copy link
Owner

dahlbyk commented Mar 27, 2022

Belated thanks!

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