Skip to content

Commit a4e550b

Browse files
committed
Update README.md
1 parent bd5bc02 commit a4e550b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
aws-codedeploy-agent
2-
====================
1+
# AWS CodeDeploy Agent
2+
3+
[![Code Climate](https://codeclimate.com/github/aws/aws-codedeploy-agent.png)](https://codeclimate.com/github/aws/aws-codedeploy-agent)
4+
5+
## Build Steps
6+
7+
``` ruby
8+
git clone https://github.com/aws/aws-codedeploy-agent.git
9+
gem install bundler
10+
cd aws-codedeploy-agent
11+
bundle install
12+
rake clean && rake
13+
```

0 commit comments

Comments
 (0)