From 1e41897f1ca1cf1d32e39d5dce2564ca02ec3782 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 18 Dec 2017 23:56:04 +0100
Subject: [PATCH] Mention installation helper script in README.

---
 Updater/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Updater/README.md b/Updater/README.md
index b36e29e..c3ef1d3 100644
--- a/Updater/README.md
+++ b/Updater/README.md
@@ -47,7 +47,8 @@ Automatic Updates
 -----------------
 
 To automate the above, a *scheduled task* has to be created. This can easily be
-done by using the following PowerShell commands:
+done by using the following PowerShell commands (or by running the provided
+`Install-UpdaterTask.ps1` script):
 
 ```powershell
 # create a repetition interval
-- 
GitLab