Skip to content

Commit d635796

Browse files
adding scoop installation instructions, removing winget
1 parent 4accc6a commit d635796

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/installation.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
There are a variety of ways to install the tool and support for different operating systems.
33

44
* [Homebrew](#homebrew)
5-
* [Winget](#winget)
5+
* [Scoop](#scoop)
66
* [Linux Packages](#linux-packages)
77
* [Docker Image](#docker-image)
88
* [Binary](#binary)
@@ -19,14 +19,19 @@ There are a variety of ways to install the tool and support for different operat
1919
poke-cli -v
2020
```
2121

22-
### Winget
23-
1. Install the package:
24-
```powershell
25-
winget install poke-cli
22+
### Scoop
23+
1. Add the bucket:
24+
```bash
25+
scoop bucket add digitalghost https://github.com/digitalghost-dev/scoop-bucket.git
2626
```
2727

28-
2. Verify install:
29-
```console
28+
2. Install poke-cli:
29+
```bash
30+
scoop install poke-cli
31+
```
32+
33+
3. Verify installation:
34+
```bash
3035
poke-cli -v
3136
```
3237

0 commit comments

Comments
 (0)