awscli: remove non-Homebrew-specific caveats.
This commit is contained in:
parent
2cd94c9f84
commit
1eeb15b4e9
1 changed files with 0 additions and 8 deletions
|
@ -33,14 +33,6 @@ class Awscli < Formula
|
|||
def caveats; <<-EOS.undent
|
||||
The "examples" directory has been installed to:
|
||||
#{HOMEBREW_PREFIX}/share/awscli/examples
|
||||
|
||||
Before using aws-cli, you need to tell it about your AWS credentials.
|
||||
The quickest way to do this is to run:
|
||||
aws configure
|
||||
|
||||
More information:
|
||||
https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
|
||||
https://pypi.python.org/pypi/awscli#getting-started
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue