22 <img height="250" width="350" src="pokemon.svg" alt="pokemon-logo"/>
33 <h1>Pokémon CLI</h1>
44 <img src="https://img.shields.io/github/v/release/digitalghost-dev/poke-cli?style=flat-square&logo=git&logoColor=FFCC00&label=Release%20Version&labelColor=EEE&color=FFCC00" alt="version-label">
5- <img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v1.6.0 ?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
5+ <img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v1.6.1 ?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
66 <img src="https://img.shields.io/github/actions/workflow/status/digitalghost-dev/poke-cli/ci.yml?branch=main&style=flat-square&logo=github&logoColor=FFCC00&label=CI&labelColor=EEE&color=FFCC00" alt="ci-status-badge">
77</div >
88<div align =" center " >
@@ -30,7 +30,7 @@ View future plans in the [Roadmap](#roadmap) section.
3030## Installation
3131
3232* [ Homebrew] ( #homebrew )
33- * [ Winget ] ( #winget )
33+ * [ Scoop ] ( #scoop )
3434* [ Linux Packages] ( #linux-packages )
3535* [ Docker Image] ( #docker-image )
3636* [ Binary] ( #binary )
@@ -42,19 +42,24 @@ View future plans in the [Roadmap](#roadmap) section.
4242 ``` bash
4343 brew install --cask digitalghost-dev/tap/poke-cli
4444 ````
45- 2. Verify install :
45+ 2. Verify installation :
4646 ` ` ` bash
4747 poke-cli -v
4848 ` ` `
4949
50- # ## Winget
51- 1. Install the package :
50+ # ## Scoop
51+ 1. Add the bucket :
5252 ` ` ` powershell
53- winget install poke-cli
53+ scoop bucket add digitalghost https://github.com/digitalghost-dev/scoop-bucket.git
5454 ` ` `
5555
56- 2. Verify install:
57- ` ` ` bash
56+ 2. Install poke-cli:
57+ ` ` ` powershell
58+ scoop install poke-cli
59+ ` ` `
60+
61+ 3. Verify installation:
62+ ` ` ` powershell
5863 poke-cli -v
5964 ` ` `
6065
@@ -86,11 +91,11 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
86913. Choose how to interact with the container:
8792 * Run a single command and exit:
8893 ` ` ` bash
89- docker run --rm -it digitalghostdev/poke-cli:v1.6.0 < command> [subcommand] flag]
94+ docker run --rm -it digitalghostdev/poke-cli:v1.6.1 < command> [subcommand] flag]
9095 ` ` `
9196 * Enter the container and use its shell:
9297 ` ` ` bash
93- docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.6.0 -c " cd /app && exec sh"
98+ docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.6.1 -c " cd /app && exec sh"
9499 # placed into the /app directory, run the program with './poke-cli'
95100 # example: ./poke-cli ability swift-swim
96101 ` ` `
0 commit comments