From e23b7517e2dd9fd9fa41f09cbb6e3c74350a59a2 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 25 Sep 2016 14:09:21 +0200 Subject: [PATCH] d --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.