feat: warn users about restarting their terminal when setting up the windows dev environment

pull/3281/head
yougotwill 3 months ago
parent 72b8a33de3
commit 4adc16d65d

@ -92,6 +92,11 @@ Setup instructions for Windows using Chocolatey:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
``` ```
> [!WARNING]
> Make sure to read the Chocolatey output for each `choco install` step.
> It will tell you if you need to restart your terminal or computer.
> If you don't do this, you may encounter issues with the next steps.
- Install [Git](https://git-scm.com/download/win) - Install [Git](https://git-scm.com/download/win)
```sh ```sh

Loading…
Cancel
Save