Skip to content

Commit 14d63e7

Browse files
committed
Update build steps. Fixes #68
1 parent 79655ad commit 14d63e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ Creates links to app directories into your puma-dev directory (`~/.puma-dev` by
167167
To build puma-dev, follow these steps:
168168

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

174173
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 commit comments

Comments
 (0)