Skip to content

Commit

Permalink
Added additional information about ExecutionPolicy to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigraine committed Sep 23, 2010
1 parent b39bfef commit 7ec738c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ posh-git requires you to modify/create your Powershell Profile.
- Put all posh-git files in your C:\Users\<username>\Documents\WindowsPowerShell folder (create it if it doesn't exist)
- Rename profile.example.ps1 to Microsoft.PowerShell_profile.ps1
- If you already have a PowerShell_profile.ps1 you can add the code from profile.example.ps1 to it and it should work fine.
- posh-git requires you to set the executionpolicy to remotesigned in order to function. Execute (with admin privileges):
Set-ExecutionPolicy RemoteSigned
(More Info on ExecutionPolicy: http://technet.microsoft.com/en-us/library/ee176949.aspx)

Based on work by:

Expand Down

0 comments on commit 7ec738c

Please sign in to comment.