Skip to content

Commit 2a0a056

Browse files
authored
Merge pull request #24 from lamhaison/develop
[Docs] - updates documents for installing by brew
2 parents 1de96f8 + 9f159d1 commit 2a0a056

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
8585
Add 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

0 commit comments

Comments
 (0)