Skip to content

Commit

Permalink
Merge pull request #133 from while1malloc0/document-govendor
Browse files Browse the repository at this point in the history
Document govendor
  • Loading branch information
nateberkopec authored Aug 3, 2019
2 parents a46294a + e772bda commit 1d742c6
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 @@ -34,7 +34,7 @@ pow's uninstall script. Read more details in [the pow manual](http://pow.cx/manu

#### Domains (.test or similar)

Install the dev-tld-resolver (https://github.com/puma/dev-tld-resolver) to make domains resolve.
Install the [dev-tld-resolver](https://github.com/puma/dev-tld-resolver) to make domains resolve.

#### Port 80/443 binding

Expand Down Expand Up @@ -198,9 +198,9 @@ 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 [golang](http://golang.org)
* Run `go get github.com/puma/puma-dev/...`
* Run `go get github.com/vektra/errors/...`
* 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`
Puma-dev uses [govendor](https://github.com/kardianos/govendor) to manage dependencies, so if you're working on puma-dev and need to introduce a new dependency, run `govendor fetch +vendor <package path>` to pull it into `vendor`. Then you can use it from within `puma-dev/src`

0 comments on commit 1d742c6

Please sign in to comment.