Skip to content

Commit f9d25a5

Browse files
updating markdown
1 parent 9920a73 commit f9d25a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ There are a variety of ways to install the tool and support for different operat
1111

1212
### Homebrew
1313
1. Install the Cask:
14-
```bash
14+
```console
1515
brew install --cask digitalghost-dev/tap/poke-cli
1616
````
1717
2. Verify install:
18-
```bash
18+
```console
1919
poke-cli -v
2020
```
2121

@@ -26,7 +26,7 @@ There are a variety of ways to install the tool and support for different operat
2626
```
2727

2828
2. Verify install:
29-
```bash
29+
```console
3030
poke-cli -v
3131
```
3232

@@ -57,11 +57,11 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
5757
* Necessary.
5858
3. Choose how to interact with the container:
5959
* Run a single command and exit:
60-
```bash
60+
```console
6161
docker run --rm -it digitalghostdev/poke-cli:v1.6.0 <command> [subcommand] flag]
6262
```
6363
* Enter the container and use its shell:
64-
```bash
64+
```console
6565
docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.6.0 -c "cd /app && exec sh"
6666
# placed into the /app directory, run the program with './poke-cli'
6767
# example: ./poke-cli ability swift-swim
@@ -89,7 +89,7 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
8989

9090

9191
#### Example usage
92-
```bash
92+
```console
9393
# Windows
9494
.\poke-cli.exe pokemon charizard --types --abilities
9595
@@ -100,7 +100,7 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
100100
### Source
101101

102102
1. Run the following command:
103-
```bash
103+
```console
104104
go install github.com/digitalghost-dev/poke-cli@latest
105105
```
106106
2. The tool should be ready to use if `$PATH` is set up.

0 commit comments

Comments
 (0)