From 25d4852e8be9c97b39c243bd5ec51fb7690c1703 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 23 Oct 2016 19:09:23 +0200 Subject: [PATCH] doc --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76f6dcc..6b2ca3b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ ~~~ -This repository contains [chocolatey automatic packages](https://chocolatey.org/docs/automatic-packages). +This repository contains [chocolatey automatic packages](https://chocolatey.org/docs/automatic-packages). +The repository is setup so that you can manage your packages entirely from the GitHub web interface (using AppVeyor to update and push packages) and/or using the local repository copy. ## Prerequisites @@ -55,7 +56,7 @@ $au_NoPlugins = $true #Do not execute plugins $au_Push = $false #Do not push to chocolatey ``` -You can also call AU method `Update-AUPackages` (alias `updateall`) in the repository root. This will just update each package without any other action. For example to force update of all packages with a single command execute: +You can also call AU method `Update-AUPackages` (alias `updateall`) on its own in the repository root. This will just run the updater for the each package without any other option from `update_all.ps1` script. For example to force update of all packages with a single command execute: updateall -Options ([ordered]@{ Force = $true }) @@ -82,8 +83,6 @@ To use this system with your own packages do the following steps: * Edit the `README.md` header with your repository info. * Set your environment variables. See [AU wiki](https://github.com/majkinetor/au/wiki#environment-variables) for details. -You can manage your packages entirely from the GitHub web interface or using local repository. - Add your own packages now, with this in mind: * You can keep both manual and automatic packages together. To get only AU packages any time use `Get-AUPackages` function (alias `lsau` or `gau`) * Keep all package additional files in the package directory (icons, screenshots etc.). This keeps everything related to one package in its own directory so it is easy to move it around or remove it.