Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b-b3rn4rd authored Mar 29, 2023
1 parent c5c9c56 commit 1045a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ To install it as a plugin for `awscli` please follow these steps

Install `awscli-console-plugin` using `pip`, use an appropriate artifact for your OS from the release page.
```bash
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.0.0/awscli-console-plugin_1.0.0_Darwin_x86_64.zip # MacOS
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.0.0/awscli-console-plugin_1.0.0_Linux_x86_64.zip # Linux
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.0.0/awscli-console-plugin_1.0.0_Windows_x86_64.zip # Windows
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.1.0/awscli-console-plugin_1.1.0_Darwin_x86_64.zip # MacOS
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.1.0/awscli-console-plugin_1.1.0_Linux_x86_64.zip # Linux
$ pip install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.1.0/awscli-console-plugin_1.1.0_Windows_x86_64.zip # Windows
```

Modify the `plugins` sections in the `~/.aws/config` file
Expand Down Expand Up @@ -66,4 +66,4 @@ OPTIONS
Usage Example
```bash
aws console --profile dev
```
```

0 comments on commit 1045a45

Please sign in to comment.