mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
doc
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<!-- REMOVE THE squiggles "~" surrounding this (this should not be a code block) -->
|
||||
~~~
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user