Doc: Added powershell installation link to the guide (#5012)

Signed-off-by: oguntunjiharlimatodunola <fimihanodunola625@gmail.com>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
Lymah
2025-10-09 22:16:16 +01:00
committed by GitHub
parent d46ce20f75
commit 00657f82d7
2 changed files with 20 additions and 9 deletions
@@ -164,6 +164,17 @@ import { PanelLeft } from 'lucide-react';
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
``` ```
**PowerShell Installation:**
Download the PowerShell installation script to your current directory.
```powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/block/goose/main/download_cli.ps1" -OutFile "download_cli.ps1";
```
Then run the script to install Goose:
```powershell
.\download_cli.ps1
```
:::info Windows PATH Setup :::info Windows PATH Setup
If you see a warning that Goose is not in your PATH, you need to add Goose to your PATH: If you see a warning that Goose is not in your PATH, you need to add Goose to your PATH: