Skip to content

Commit 75afc4f

Browse files
committed
Updates docs
1 parent 96fb4db commit 75afc4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/02-Installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,28 @@ Install-Module 'icinga-powershell-plugins';
3030

3131
If PowerShell Gallery is no option for you because it is not available or you prefer the installation from GitHub releases directly, you can use the component installer of the Icinga PowerShell Framework which was introduced with `v1.1.0`:
3232

33-
Install latest stable release:
33+
Install/Update latest stable release:
3434

3535
```powershell
3636
Use-Icinga;
3737
Install-IcingaFrameworkComponent -Name plugins -Release;
3838
```
3939

40-
Install latest snapshot
40+
Install/Update latest snapshot
4141

4242
```powershell
4343
Use-Icinga;
4444
Install-IcingaFrameworkComponent -Name plugins -Snapshot;
4545
```
4646

47-
Custom repository source
47+
Install/Update custom repository source
4848

4949
```powershell
5050
Use-Icinga;
5151
Install-IcingaFrameworkComponent -Name plugins -Url 'url to your .zip file';
5252
```
5353

54-
### Manual Installation
54+
### Manual Installation/Update
5555

5656
For manual installation either download the [latest release .zip](https://github.com/Icinga/icinga-powershell-plugins/releases) or the [latest master .zip](https://github.com/Icinga/icinga-powershell-plugins) and extract the content into the correct PowerShell modules folder.
5757

0 commit comments

Comments
 (0)