From 0ec093aaf61c78244dfe73ed4550a86e1c2e4ebc Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Wed, 1 May 2019 12:13:40 -0700 Subject: [PATCH] Added prerequisites --- Examples/Demo-internalizing.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Examples/Demo-internalizing.MD b/Examples/Demo-internalizing.MD index 414f8af..9b66f40 100644 --- a/Examples/Demo-internalizing.MD +++ b/Examples/Demo-internalizing.MD @@ -1,5 +1,10 @@ There are various ways to internalize community packages. The approach in this example is that you have a machine with all packages that you want to internalize already installed. This machine will perform choco outdated to find any packages that have newer versions available on the Chocolatey community repo. It then internalizes them, upgrades them to test they work, finally pushing them to an internal repo. +### Prerequisites: +- Chocolatey licensed version +- All packages already installed on the machine that runs the following examples: + + ### Find outdated packages ``` PS C:\> $Outdatedpkgs = Get-ChocoOutdatedPackages