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:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user