Skip to content

Commit

Permalink
Update build steps. Fixes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Aug 17, 2016
1 parent 79655ad commit 14d63e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ Creates links to app directories into your puma-dev directory (`~/.puma-dev` by
To build puma-dev, follow these steps:

* Install golang (http://golang.org)
* Install gb (http://getgb.io)
* Run `make`
* Run `bin/puma-dev` to use your new binary
* Run `go get github.com/puma/puma-dev/...`
* Run `$GOPATH/bin/puma-dev` to use your new binary

Puma-dev uses gb (http://getgb.io) to manage dependencies, so if you're working on puma-dev and need to introduce a new dependency, run `gb vendor fetch <package path>` to pull it into `vendor/src`. Then you can use it from within `puma-dev/src`

0 comments on commit 14d63e7

Please sign in to comment.