1
0
Fork 0

fixed line breaks

This commit is contained in:
Christian Kühnel 2020-02-03 15:10:42 +01:00
parent 1804caf1ed
commit 1ffa004dae

View file

@ -130,8 +130,8 @@ Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-c
TODO: add documentation on how to create these.
1. run this script to start containers:
```cmd
powershell
Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/windows_agent_start.ps1' -OutFile windows_agent_bootstrap.ps1
powershell Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/windows_agent_start.ps1' -OutFile windows_agent_bootstrap.ps1
.\windows_agent_bootstrap.ps1
```