Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-bucket authored Apr 18, 2017
1 parent 49e777a commit e0e239e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To build cm:
```
$ go get -u github.com/kardianos/govendor
```
4) Get Ggr source:
4) Get cm source:
```
$ go get -d github.com/aerokube/cm
```
Expand All @@ -30,12 +30,12 @@ $ govendor sync
```
$ go build
```
8) Run Ggr:
8) Run cm:
```
$ ./cm --help
```
9) To build [Docker](http://docker.com/) container type:
```
$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
$ docker build -t cm:latest .
```
```

0 comments on commit e0e239e

Please sign in to comment.