Skip to content

Commit 85c5313

Browse files
committed
Update README.md
1 parent ddde854 commit 85c5313

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,19 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
1717

1818
## How to Include In Your Project
1919

20-
#### 1. Via Composer (For PHP Projects)
20+
1. Via Composer (For PHP Projects)
21+
* Include in `composer.json` as follows:
2122

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`
2329

24-
#### 3. Git Subtree
30+
2. Git Submodule
31+
32+
3. Git Subtree
2533

2634

2735
## Variables

0 commit comments

Comments
 (0)