We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5bc02 commit a4e550bCopy full SHA for a4e550b
README.md
@@ -1,2 +1,13 @@
1
-aws-codedeploy-agent
2
-====================
+# AWS CodeDeploy Agent
+
3
+[](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