Skip to content

Commit

Permalink
add go get instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Nov 26, 2017
1 parent e4b2429 commit 8322474
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Modify resources for eru pods / nodes, manipulate containers and images.

### Develop

Start developing:

```
go get github.com/projecteru2/cli
cd $GOPATH/src/github.com/projecteru2/cli
make deps
```

Commands' source code in `commands` dir, you can define your own commands inside. Use `make test` to test and `make build` to build. If you want to modify and build in local, you can use `make deps` to generate vendor dirs.

### Dockerized cli
Expand Down

0 comments on commit 8322474

Please sign in to comment.