From bc2ee46aafaa0af537cd67657817083530df48b6 Mon Sep 17 00:00:00 2001 From: Steven Peguero Date: Thu, 4 Aug 2022 16:57:38 -0400 Subject: [PATCH] readme: change header intro --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4089949..a158196 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ # powerpkg -![[Project Status: Retired]](/badge/project_status.svg) - ![](/readme/header.gif) -`powerpkg` is a portable package deployment orchestrator that allows Windows administrators to orchestrate software package installations with specific rules and exceptions directly from a target machine. - -Similar to Ansible and its playbook functionality, `powerpkg` is controlled by a [configuration file](#package-file-packagexml) that can contain the necessary rules and exceptions to build a package and guarantee a seamless package deployment to an end-user machine via a company's distribution tool of choice, whether that choice is Microsoft SCCM or Ivanti/LANDesk. - -*This project was proudly written in PowerShell.* +`powerpkg` is a Windows-exclusive software deployment facilitator for enterprise environments, serving as an installation (or uninstallation) script for individual software packages; with optional actions, conditions and exceptions as core features. It is deliberately designed to use a [configuration file](#package-file-packagexml) model, ensuring a low learning curve, code standardization among every instance, and easy software updates (when available). ## Section @@ -41,7 +35,7 @@ Before reading through this documentation, please note that a minimum of **Power ## Getting Started -To begin test driving powerpkg: +To begin testing powerpkg: **(1)**: Clone this repository or download it as a ZIP file. -- 2.38.4