File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ echo "source /opt/lamhaison-tools/aws-cli-utils/main.sh" >> ~/.zshrc
7878### Setup from homebrew
7979#### Install
8080```
81- brew tap lamhaison/aws-cli-utils
82- brew install --verbose --debug aws-cli-utils
81+ brew tap lamhaison/formulae
82+ brew install lamhaison/formulae/ aws-cli-utils
8383```
8484## Load when start an Iterm terminal
8585Add these lines to ~ /.bashrc or ~ /.zshrc or ~ /.bash_profile
@@ -90,10 +90,10 @@ source "$(which aws-cli-utils.sh)" "/opt/homebrew/Cellar/aws-cli-utils/$(brew in
9090
9191### Re-install the latest version
9292```
93- brew uninstall --verbose --debug aws-cli-utils
94- brew untap lamhaison/aws-cli-utils
95- brew tap lamhaison/aws-cli-utils
96- brew install --verbose --debug aws-cli-utils
93+ brew uninstall aws-cli-utils
94+ brew untap lamhaison/formulae
95+ brew tap lamhaison/formulae
96+ brew install lamhaison/formulae/ aws-cli-utils
9797```
9898
9999## Setting AWS credentials
You can’t perform that action at this time.
0 commit comments