From 5d6da7449d5578b07d31c370092f5c2572613ef1 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Thu, 23 Aug 2018 14:10:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd2c5f..742dd17 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Use this repository to bootstrap git on your windows box. ## Usage -Be careful, this executes code directly on your machine. You are expected to read the script before you execute it. +Be careful, this executes code directly on your machine. You are expected to [read the script](https://lab.it.hs-hannover.de/powershell/bootstrap-git/blob/master/Install.ps1) before you execute it. ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://lab.it.hs-hannover.de/powershell/bootstrap-git/raw/master/Install.ps1')) -- GitLab