From c03748ae2b64a8cf789d3e5d86c00a888e6ad52c Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 3 Oct 2024 23:51:04 -0600 Subject: [PATCH] add curl and other bins to path --- windows10/gitea_runner.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows10/gitea_runner.md b/windows10/gitea_runner.md index dfb6c64..8797c41 100644 --- a/windows10/gitea_runner.md +++ b/windows10/gitea_runner.md @@ -22,6 +22,7 @@ 9. Install the latest LTS version `nvm install 20.11.1` (replace version) 10. `nvm use 20.11.1` to select what was just installed 11. Download and install git (64b) from https://git-scm.com/download/win (default settings are fine) +12. Edit environment variables and add `C:\Program Files\Git\mingw64\bin` to user Path permanently ## Updating Just download a new `.exe` and update the path in `runner.bat`