From 6d0e63df2f29c31b555c62787d0104f36259b324 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 25 Sep 2016 14:03:54 +0200 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e62ec0..33f2b44 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ You can also call AU method `Update-AUPackages` (alias `updateall`) in the repos To use this system with your own packages do the following steps: -* Fork this project and clone it locally. +* 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 | ? Name -notlike '_*' | rm -Recurse`. +In the root of the repository run: `ls | ? PSISContainer | rm -Recurse`. * 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: