diff options
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index f0c1567e5..ac60a87be 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -24,7 +24,7 @@ class Ec2ApiTools <Formula return <<-EOS Before you can utilize the EC2 API tools, you must export several environment variables to your $SHELL. The easiest way to do this is to add them to your -dotfiles. If you’re running the `bash` shell (the default), you’ll want to add +dotfiles. If you're running the `bash` shell (the default), you'll want to add them to `~/.bash_profile`. If this is the case, run `nano ~/.bash_profile` at a terminal to edit said file. zsh users will want to edit `~/.zprofile` instead. @@ -32,7 +32,7 @@ instead. export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home/" export EC2_HOME="#{prefix.to_s}/" -However, you’re still not ready to use the tools. You need to download your +However, you're still not ready to use the tools. You need to download your X.509 certificate and private key from Amazon Web Services. These files are available at the following URL: |
