Skip to content

Commit

Permalink
Update README.md (#456)
Browse files Browse the repository at this point in the history
* Update README.md

Create a new directory for initial CDK app.

* Made hello-cdk local
  • Loading branch information
Doug-AWS authored Jul 31, 2018
1 parent da3752a commit 27f3c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ $ npm i -g aws-cdk
Initialize a project:

```bash
$ mkdir hello-cdk
$ cd hello-cdk
$ cdk init app --language=typescript
# or
$ cdk init app --language=java
Expand Down

0 comments on commit 27f3c9b

Please sign in to comment.