Skip to content

Commit

Permalink
Merge pull request #2 from ngtuna/readme
Browse files Browse the repository at this point in the history
add README
  • Loading branch information
ngtuna committed Oct 30, 2017
2 parents 46f755b + 3eda18f commit 5331006
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Kubeapps Installer

## Build

```
$ go build -o kubeapps main.go
```

## Usage

Put manifests into `~/.kubeapps` folder.

```
# Bring up cluster
$ kubeapps up
# Bring down cluster
$ kubeapps down
# Update the newer manifests (after modification)
$ kubeapps up
```

0 comments on commit 5331006

Please sign in to comment.