File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,16 @@ echo "source /opt/lamhaison-tools/aws-cli-utils/main.sh" >> ~/.zshrc
8484#### Install
8585```
8686brew tap lamhaison/formulae
87- brew install lamhaison/formulae/aws-cli-utils
87+ brew install lamhaison/formulae/aws-cli-utils # Make sure you flow the the instruction when it is installed completely, we need that for the next step
88+ # Example
89+ #...
90+ #==> Caveats
91+ #Add these lines to ~/.bashrc or ~/.zshrc or ~/.bash_profile
92+ #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"
93+ #...
8894```
8995## Load when start an Iterm terminal
90- Add these lines to ~ /.bashrc or ~ /.zshrc or ~ /.bash_profile
91- ```
92- source "$(which lhs-helpful-commandlines.sh)" "/opt/homebrew/Cellar/lhs-helpful-commandlines/$(brew info lhs-helpful-commandlines | grep -E '==> .*: stable (.*)$' | sed -E 's|==> .*: stable (.*)$|\1|g')" "True" "True"
93-
94- ```
96+ Add these lines to ~ /.bashrc or ~ /.zshrc or ~ /.bash_profile from the previous step ` source .... `
9597
9698### Re-install the latest version
9799```
You can’t perform that action at this time.
0 commit comments