From 209665e2a9117c675e9dffada533dc53e63f88d6 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Mon, 26 Sep 2016 19:03:11 +0200 Subject: [PATCH] removed rm command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 886e94d..1a94e14 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ 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. If needed, rename it to `au-packages`. -* Delete all existing packages: -In the root of the repository run: `ls | ? PSISContainer | rm -Recurse`. +* Delete all existing packages. * 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.