diff --git a/README.md b/README.md index 3d6c26f..51709ba 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Setup 1. Register for Amazon AWS (yes, it asks for credit card) 2. Install s3cmd (following commands are for debian/ubuntu, but you can find how-to for other Linux distributions on [s3tools.org/repositories](http://s3tools.org/repositories)) - wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add - - sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list - sudo apt-get update && sudo apt-get install s3cmd + wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add - + sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list + sudo apt-get update && sudo apt-get install s3cmd 3.Get your key and secret key at this [link](https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key)