diff --git a/README.md b/README.md index 03446da..3bb270b 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Generic module for PowerShell. Used in PkgStore modules. Contains common functio ## Install ```powershell -Install-CustomModule -Name 'Kernel' -GitHubPath 'pkgstore/pwsh-kernel' +Install-CustomModule -N 'Kernel' -GHP 'pkgstore/pwsh-kernel' ```