From a4e550b9929083a7e70c21a3bc290b778761f778 Mon Sep 17 00:00:00 2001 From: Surya Bala Date: Wed, 22 Jul 2015 22:32:11 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af42790..5ab3e3e5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -aws-codedeploy-agent -==================== +# AWS CodeDeploy Agent + +[![Code Climate](https://codeclimate.com/github/aws/aws-codedeploy-agent.png)](https://codeclimate.com/github/aws/aws-codedeploy-agent) + +## Build Steps + +``` ruby +git clone https://github.com/aws/aws-codedeploy-agent.git +gem install bundler +cd aws-codedeploy-agent +bundle install +rake clean && rake +```