Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created February 8, 2017 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/2bb636d84c7c810eb2ca99d840f46d1d to your computer and use it in GitHub Desktop.
Save bielawb/2bb636d84c7c810eb2ca99d840f46d1d to your computer and use it in GitHub Desktop.
Installation of HistoryPx
# PowerShell Gallery
Install-Module -AllowClobber HistoryPx,SnippetPx
# -not $IsADmin
Install-Module -AllowClobber HistoryPx,SnippetPx -Scope CurrentUser
# & ([scriptblock]::Create)...
& ([scriptblock]::Create((iwr -uri http://bit.ly/Install-ModuleFromGitHub).Content)) -ModuleName HistoryPx,SnippetPx
# -not $isAdmin
& ([scriptblock]::Create((iwr -uri http://bit.ly/Install-ModuleFromGitHub).Content)) -ModuleName HistoryPx,SnippetPx -Scope CurrentUser
# git clone...
git clone https://github.com/KirkMunro/HistoryPx.git
git clone https://github.com/KirkMunro/SnippetPx.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment