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

Added instructions to install posh-git with Scoop. #763

Merged
merged 1 commit into from
May 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ With Chocolatey installed, execute the following command to install posh-git:
choco install poshgit
```

### Installing posh-git via Scoop

Another popular package manager for Windows is [Scoop](https://scoop.sh/), which you can also use
to install posh-git. With Scoop installed, execute these commands to install posh-git and import
it into your profile:

```powershell
scoop install posh-git

Choose a reason for hiding this comment

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

This will require the following command first if someone has not added extras:
scoop bucket add extras

Add-PoshGitToProfile
```

### Installing posh-git Manually

If you need to test/debug changes prior to contributing here, or would otherwise prefer to install posh-git without
Expand Down