Skip to content

Commit e0ee3d9

Browse files
authored
Update README with terminal setup and reinstall instructions
Added instructions for loading configuration in terminal and re-installing the latest version of aws-cli-utils.
1 parent da4c2cc commit e0ee3d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ brew install lamhaison/formulae/aws-cli-utils # Make sure you flow the the instr
9494
```
9595
## Load when start an Iterm terminal
9696
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+
```
97102

98103
### Re-install the latest version
99104
```

0 commit comments

Comments
 (0)