Skip to content

Commit

Permalink
Remove the go get instructions since this won't work without
Browse files Browse the repository at this point in the history
go-bindata being run.
  • Loading branch information
jandre committed Oct 4, 2015
1 parent 22ccceb commit d8d199c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,13 @@ For more information, see [the slides from a talk introduction](https://www.slid
* Go >=1.4
* [godep](https://github.com/tools/godep)

### Installing from `go get`

```bash
go get github.com/codetainerapp/codetainer
cd $GOPATH/src/github.com/codetainerapp/codetainer && make install
```

This will install the codetainer utils in $GOPATH/bin.

### Building & Installing From Source

```bash
# set your $GOPATH
go get github.com/codetainerapp/codetainer
go get github.com/codetainerapp/codetainer
# you may get errors about not compiling due to Asset missing, it's ok. bindata.go needs to be created
# by `go generate` first.
cd $GOPATH/src/github.com/codetainerapp/codetainer
# make install_deps # if you need the dependencies like godep
make
Expand Down

0 comments on commit d8d199c

Please sign in to comment.