More font resizing

This commit is contained in:
Dan Franciscus
2019-05-01 12:11:49 -07:00
parent 88ea8ef638
commit ab08e43907
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
### 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.
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.
### Find outdated packages
```