Miodrag Milic 7 years ago
parent
commit
560a5e54a7
1 changed files with 5 additions and 2 deletions
  1. 5 2
      au/README.md

+ 5 - 2
au/README.md

@@ -1,6 +1,9 @@
 ## Chocolatey Automatic Package Updater (AU)
 
+Execute `update_all.ps1` to run [AU](https://chocolatey.org/packages/au) updater with default options. 
+
+To fully setup all the features:
+
 * Copy `update_vars_default.ps1` to `update_vars.ps1` and set the variables. Do not include this file in the repository.
-* Ensure you perform the steps in the `setup/README.md`.
+* Ensure you perform the steps in the [setup/README.md](https://github.com/chocolatey/chocolatey-packages-template/blob/master/setup/README.md#automatic-updater-au)
 
-When all set, execute `update_all.ps1` to run AU updater.