Skip to content

Commit afe5e24

Browse files
authored
Update install instructions and metadata (#16)
1 parent 564bc84 commit afe5e24

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/scenarios/install-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ Save-Module -Name 'PSRule', 'PSRule.Rules.Kubernetes' -Path '.\modules';
3737
```
3838

3939
> For pre-release versions the `-AllowPrerelease` switch must be added when calling `Install-Module` or `Save-Module`.
40+
>
41+
> To install pre-release module versions, upgrading to the latest version of _PowerShellGet_ may be required. To do this use:
42+
>
43+
> `Install-Module -Name PowerShellGet -Repository PSGallery -Scope CurrentUser -Force`
4044
4145
[module]: https://www.powershellgallery.com/packages/PSRule.Rules.Kubernetes

src/PSRule.Rules.Kubernetes/PSRule.Rules.Kubernetes.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DotNetFrameworkVersion = '4.7.2'
5050

5151
# Modules that must be imported into the global environment prior to importing this module
5252
RequiredModules = @(
53-
@{ ModuleName = 'PSRule'; ModuleVersion = '0.5.0' }
53+
@{ ModuleName = 'PSRule'; ModuleVersion = '0.0.1' }
5454
)
5555

5656
# Assemblies that must be loaded prior to importing this module
@@ -95,7 +95,7 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = @('PSRule', 'Rule', 'Kubernetes')
98+
Tags = @('PSRule', 'PSRule-rules', 'Rule', 'Kubernetes')
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'https://github.com/BernieWhite/PSRule.Rules.Kubernetes/blob/master/LICENSE'

0 commit comments

Comments
 (0)