Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1 from monopole/updateReadmeWithTr…
Browse files Browse the repository at this point in the history
…avis

update readme w/ travis
  • Loading branch information
monopole authored May 11, 2018
2 parents 83b3eb9 + 61f7232 commit acff068
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
[sig-cli]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md
[workflows]: docs/workflows.md


`kustomize` is a command line tool supporting
template-free customization of YAML (or JSON) objects
that conform to the [kubernetes style]. If your
Expand All @@ -24,16 +25,21 @@ sharing and re-use.

For more details, try a [demo].

[![Build Status](https://travis-ci.org/kubernetes-sigs/kustomize.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/kustomize)
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/kustomize)](https://goreportcard.com/report/github.com/kubernetes-sigs/kustomize)


## Installation

This assumes [Go](https://golang.org/) (v1.10.1 or higher)
is installed and your `PATH` contains `$GOPATH/bin`:

<!-- @installkustomize @test -->
```
go get k8s.io/kubectl/cmd/kustomize
go get github.com/kubernetes-sigs/kustomize
```


## Usage

#### 1) Make a base
Expand Down

0 comments on commit acff068

Please sign in to comment.