Skip to content

Commit 688ba21

Browse files
authored
Merge pull request #649 from MrStonedOne/patch-1
Add manual install instructions to readme.
2 parents be45638 + 0dffeba commit 688ba21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ With Chocolatey installed, execute the following command to install posh-git:
144144
choco install poshgit
145145
```
146146

147+
### Installing post-git Manually
148+
149+
If you need to test/debug changes prior to contributing here, or would otherwise prefer to install posh-git without the aid
150+
of a package manager, you can execute `Import-Module <path-to-src\posh-git.psd1>`. For example, if you have git cloned posh-git
151+
to `~\git\posh-git` you can import this version of posh-git by executing `Import-Module ~\git\posh-git\src\posh-git.psd1`.
152+
147153
## Using posh-git
148154

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

0 commit comments

Comments
 (0)