README.md in codebuild-0.6.1 vs README.md in codebuild-0.6.2

- old
+ new

@@ -1,21 +1,24 @@ # Codebuild ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiSUFzNE9RV3ROWmNKOHh2NG1wTjNmRlV4dnlOTnVrK3U2UFMrOEJRUGE2WS9mcjRWS0o1bjdSZlN5bG1tR1YyYVFlNkErTGdkbThsWExUaVJvWU1PRUY4PSIsIml2UGFyYW1ldGVyU3BlYyI6InppWWxJRGFiWHN1bEtYSzIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) +[![Gem Version](https://badge.fury.io/rb/codebuild.png)](http://badge.fury.io/rb/codebuild) The codebuild tool provides a DSL to create a CodeBuild project with some reasonable defaults. The codebuild tool installs `cb` and `codebuild` executables. Both of them do the same thing, `cb` is just shorter to type. +The documentation site is at: [codebuild.cloud](https://codebuild.cloud/) + ## Quick Start cb init cb deploy cb start ## Private Repo -IMPORTANT: Before deploying, if you are using a private repo, use [aws codebuild import-source-credentials](https://docs.aws.amazon.com/cli/latest/reference/codebuild/import-source-credentials.html) to add credentials so that codebuild can clone down the repo. Refer to [github_oauth.md](readme/github_oauth.md) for more info. +IMPORTANT: Before deploying, if you are using a private repo, use [aws codebuild import-source-credentials](https://docs.aws.amazon.com/cli/latest/reference/codebuild/import-source-credentials.html) to add credentials so that codebuild can clone down the repo. Refer to the [CodeBuilld Github Oauth/](https://codebuild.cloud/docs/github_oauth/) for more info. ## Usage 1. **init**: generate starter .codebuild files. 2. **deploy**: deploy the CodeBuild project on AWS.