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

Add manual install instructions to readme. #649

Merged
merged 5 commits into from
Feb 18, 2019
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ With Chocolatey installed, execute the following command to install posh-git:
choco install poshgit
```

### Installing post-git Manually

If you need to test/debug changes prior to contrubiting here, or would otherwise prefer to install post-git without the aid of a package manager you can run `Import-Module POST-GET-PATH` where `POST-GET-PATH` is the path to the `src\posh-git.psd1` file.
MrStonedOne marked this conversation as resolved.
Show resolved Hide resolved

Say you have posh-git located at `$home\documents\github\posh-git`, you can install posh-git by running `Import-Module $home\documents\github\posh-git\src\posh-git.psd1`.
MrStonedOne marked this conversation as resolved.
Show resolved Hide resolved

## Using posh-git

After you have installed posh-git, you need to configure your PowerShell session to use the posh-git module.
Expand Down