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 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
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 contributing here, or would otherwise prefer to install posh-git without the aid
of a package manager, you can execute `Import-Module <path-to-src\posh-git.psd1>`. For example, if you have git cloned posh-git
to `~\git\posh-git` you can import this version of posh-git by executing `Import-Module ~\git\posh-git\src\posh-git.psd1`.

## Using posh-git

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