File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 22There 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
You can’t perform that action at this time.
0 commit comments