This commit is contained in:
Miodrag Milic
2016-09-25 14:09:21 +02:00
parent 6d0e63df2f
commit e23b7517e2
+2 -1
View File
@@ -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.