Installing posh-git - see here https://github.com/dahlbyk/posh-git
If I've just installed PsGet installed then running:
Install-Module posh-git
works fine.
But if I close and re-launch Powershell then I get:
The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or operable program.
when I try and run it.
Any idea why?