diff --git a/README.md b/README.md index 33f2b44..886e94d 100644 --- a/README.md +++ b/README.md @@ -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.