mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
d
This commit is contained in:
@@ -38,8 +38,9 @@ To use this system with your own packages do the following steps:
|
||||
* Fork this project and clone it locally. If needed, rename it to `au-packages`.
|
||||
* Delete all existing packages:
|
||||
In the root of the repository run: `ls | ? PSISContainer | rm -Recurse`.
|
||||
* Edit the `README.md` header with your repository info.
|
||||
* Set your environment variables. See [AU wiki](https://github.com/majkinetor/au/wiki/Plugins) for details.
|
||||
|
||||
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.
|
||||
* 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