We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4c2cc commit e0ee3d9Copy full SHA for e0ee3d9
README.md
@@ -94,6 +94,11 @@ brew install lamhaison/formulae/aws-cli-utils # Make sure you flow the the instr
94
```
95
## Load when start an Iterm terminal
96
Add these lines to ~/.bashrc or ~/.zshrc or ~/.bash_profile from the previous step `source ....`
97
+It depends on what you get when running brew install. Here is the example
98
+
99
+```bash
100
+source "$(which aws-cli-utils.sh)" "/opt/homebrew/Cellar/aws-cli-utils/$(brew info aws-cli-utils | head -1 | awk -F "stable " '{print $2}')/bin" "${HOME}" "True"
101
+```
102
103
### Re-install the latest version
104
0 commit comments