File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ To install it as a plugin for `awscli` please follow these steps
1919
2020Install ` awscli-console-plugin ` using ` pip ` , use an appropriate artifact for your OS from the release page.
2121``` bash
22- $ 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
23- $ 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
24- $ 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
22+ $ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2 .0/awscli-console-plugin_1.2 .0_Darwin_x86_64.zip # MacOS
23+ $ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2 .0/awscli-console-plugin_1.2 .0_Linux_x86_64.zip # Linux
24+ $ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2 .0/awscli-console-plugin_1.2 .0_Windows_x86_64.zip # Windows
2525```
2626
2727
You can’t perform that action at this time.
0 commit comments