diff options
| author | Stefan Boberg <[email protected]> | 2023-05-22 10:25:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-22 10:25:21 +0200 |
| commit | 3d5625a5dc1f969bda48c03dc728accf09de7f03 (patch) | |
| tree | 306c4e47227a9ed3f774cc5dfe4fc645a5334204 /docs | |
| parent | Update Github_runner_setup.md (diff) | |
| download | zen-3d5625a5dc1f969bda48c03dc728accf09de7f03.tar.xz zen-3d5625a5dc1f969bda48c03dc728accf09de7f03.zip | |
Update Github_runner_setup.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Github_runner_setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Github_runner_setup.md b/docs/Github_runner_setup.md index 00dcae8cb..853969657 100644 --- a/docs/Github_runner_setup.md +++ b/docs/Github_runner_setup.md @@ -6,8 +6,8 @@ See https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-ho Beyond the basic install, I needed to: -* Install git using `winget git.git` -* Install 7-zip using `winget 7zip.7zip` (note: this may no longer be necessary due to the use of xrepo to install `7z`) +* Install git using `winget install git.git` +* Install 7-zip using `winget install 7zip.7zip` (note: this may no longer be necessary due to the use of xrepo to install `7z`) * Install VS Pro using the instructions in [README.md](/README.md) * Enable scripting using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted` in an admin PowerShell instance * In the same admin PowerShell instance, disable firewall with `netsh advfirewall set currentprofile state off` to allow tests to run without firewall popups (TODO: research better options here as this does not seem ideal) |