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 ddde854 commit 85c5313Copy full SHA for 85c5313
README.md
@@ -17,11 +17,19 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
17
18
## How to Include In Your Project
19
20
-#### 1. Via Composer (For PHP Projects)
+1. Via Composer (For PHP Projects)
21
+ * Include in `composer.json` as follows:
22
-#### 2. Git Submodule
23
+ ```json
24
+ "require-dev" : {
25
+ "techpivot/aws-code-deploy": "dev-master"
26
+ }
27
+ ```
28
+ * The file can then be executed from the /vendor/bin directory: `bash ./vendor/bin/aws-code-deploy.sh`
29
-#### 3. Git Subtree
30
+2. Git Submodule
31
+
32
+3. Git Subtree
33
34
35
## Variables
0 commit comments