From d4cf3e1d1e2af074748f8439d89757a9d2ebb722 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 2 Jun 2020 12:46:08 +0200 Subject: [PATCH] Improves docs --- doc/01-Introduction.md | 2 +- doc/02-Installation.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/01-Introduction.md b/doc/01-Introduction.md index d51c013..ef46559 100644 --- a/doc/01-Introduction.md +++ b/doc/01-Introduction.md @@ -10,4 +10,4 @@ The following requirements have to be fullfilled: * Windows 7 / Windows 2008 R2 or later * PowerShell Version 4.x or higher -If you are ready to get started, take a look at the [installation guide](02-Installation.md). +If you are ready to get started, take a look at the [Installation Guide](02-Installation.md). diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 459067c..066de30 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -1,24 +1,24 @@ -Installing the Module +Installing the Icinga PowerShell Framework === -Installing the module is managed by different ways, depending on the user environment including available possibitilies +Installing the Icinga PowerShell Framework is managed by different ways, depending on the user environment including available possibitilies Instructions --- -* Install the Module with the [Kickstart Script](installation/01-Kickstart-Script.md) -* Install the Module [manually](installation/02-Manual-Installation.md) +* Install the Icinga PowerShell Framework with the [Kickstart Script](installation/01-Kickstart-Script.md) +* Install the Icinga PowerShell Framework [manually](installation/02-Manual-Installation.md) Testing the installation --- -Once the module is installed you can try if the installation was successfully by using the command +Once the Icinga PowerShell Framework is installed you can try if the installation was successfully by using the command ```powershell Use-Icinga ``` -This command will initialise the entire module and load all available Cmdlets. +This command will initialise the entire Icinga PowerShell Framework and load all available Cmdlets. Whenever you intend to use specific Cmdlets of the framework for Icinga Plugins, Testing or configuration you will require to run this command for each new PowerShell instance to initialise the framework.