Skip to content
Snippets Groups Projects
Commit 5d6da744 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Update README.md

parent 8ea01082
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ Use this repository to bootstrap git on your windows box. ...@@ -11,7 +11,7 @@ Use this repository to bootstrap git on your windows box.
## Usage ## 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 ```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')) 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'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment