diff --git a/README.md b/README.md index fcd2c5fc799397091ce8c99d241f229924c0173f..742dd17ce9f0645e2b96598a1c78e078b96e32fe 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'))