Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 45d4185

Browse files
committed
Updated README
1 parent e94bd5f commit 45d4185

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[![Travis][travis-image]][travis-link]
22
[![Gitter][gitter-image]][gitter-link]
3+
[![GitHub][github-image]][github-link]
34

45
[travis-image]: https://travis-ci.org/squidfunk/terraform-aws-github-ci.svg?branch=master
56
[travis-link]: https://travis-ci.org/squidfunk/terraform-aws-github-ci
67
[gitter-image]: https://badges.gitter.im/squidfunk/terraform-aws-github-ci.svg
78
[gitter-link]: https://gitter.im/squidfunk/terraform-aws-github-ci
9+
[github-image]: https://img.shields.io/github/release/squidfunk/terraform-aws-github-ci.svg
10+
[github-link]: https://github.com/squidfunk/terraform-aws-github-ci/releases
811

912
# Terraform AWS GitHub CI
1013

@@ -36,11 +39,11 @@ regardless of how much you use them.
3639

3740
### Standalone
3841

39-
Prerequisites are an AWS and GitHub account and a repository you want to be
40-
built. The repository must specify a `buildspec.yml` which is documented
41-
[here][2]. If you want to get started straight away and have no experience in
42-
Terraform, just [set up your AWS credentials][3], [install Terraform][4], clone
43-
the repository and apply the configuration from the root folder with:
42+
You need an AWS and GitHub account and a repository you want to be built. The
43+
repository must specify a `buildspec.yml` which is documented [here][2]. If you
44+
want to get started straight away and have no experience in Terraform, just
45+
[set up your AWS credentials][3], [install Terraform][4], clone the repository
46+
and apply the configuration from the root folder with:
4447

4548
``` bash
4649
terraform apply \

0 commit comments

Comments
 (0)