removed rm command

This commit is contained in:
Miodrag Milic
2016-09-26 19:03:11 +02:00
parent e0dc38c69e
commit 209665e2a9
+1 -2
View File
@@ -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.