2023-11-19 18:38:54

This commit is contained in:
z17CX 2023-11-19 18:38:54 +00:00
parent deebe2d004
commit a9c62d66ba
Signed by: z17cx
GPG Key ID: 3F5F87C84EE943E4
1 changed files with 1 additions and 1 deletions

View File

@ -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'
```