Skip to content

Commit

Permalink
Totally didn't forget to install Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed May 24, 2024
1 parent c8a0c14 commit 3273df3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/runner-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,12 @@ Invoke-WebRequest -Uri https://download.visualstudio.microsoft.com/download/pr/9
.\dotnet8.exe /install /quiet /norestart
dotnet workload install android ios maccatalyst ios tvos wasm-tools wasm-experimental wasi-experimental maui
```

### Installing Git

Totally didn't forget about this one.

```powershell
Invoke-WebRequest -Uri https://github.com/git-for-windows/git/releases/download/v2.45.1.windows.1/Git-2.45.1-64-bit.exe -OutFile gitinstall.exe
.\gitinstall.exe /install /verysilent /norestart
```

0 comments on commit 3273df3

Please sign in to comment.