Skip to content

Commit 0671453

Browse files
authored
Add Scoop install to README (#54)
* Add Scoop install to README Signed-off-by: Hayden Barnes <[email protected]>
1 parent 35c5988 commit 0671453

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ brew install gptscript-ai/tap/gptscript
5353
curl https://get.gptscript.ai/install.sh | sh
5454
```
5555

56+
### Scoop (Windows)
57+
58+
```shell
59+
scoop bucket add extras # If 'extras' is not already enabled
60+
scoop install gptscript
61+
```
62+
5663
#### WinGet (Windows)
5764

5865
```shell

0 commit comments

Comments
 (0)