From a335c078c13e0c78d3e5972edb8e8ee657f7e1eb Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 23 Oct 2017 19:31:23 -0400 Subject: [PATCH 1/3] Update developer instructions to indicate the switch from gb -> govendor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ed77a9..37af1539 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ To build puma-dev, follow these steps: * 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 ` 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 ` to pull it into `vendor/src`. Then you can use it from within `puma-dev/src` From 8fc808be3a5a7bf0f04d5928294cfa0320f1c154 Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 23 Oct 2017 19:32:27 -0400 Subject: [PATCH 2/3] govendor uses vendor, not vendor/src --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37af1539..0dd1fa1e 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ To build puma-dev, follow these steps: * Run `go get github.com/puma/puma-dev/...` * Run `$GOPATH/bin/puma-dev` to use your new binary -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 ` 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 ` to pull it into `vendor`. Then you can use it from within `puma-dev/src` From e772bda34e435489c66eaac739c03659f155e30a Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 23 Oct 2017 19:34:28 -0400 Subject: [PATCH 3/3] Use markdown link formats consistently --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dd1fa1e..aa444123 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pow's uninstall script. Read more details in [the pow manual](http://pow.cx/manu #### .dev domain -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 @@ -169,8 +169,8 @@ 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 `$GOPATH/bin/puma-dev` to use your new binary -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 ` to pull it into `vendor`. 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 ` to pull it into `vendor`. Then you can use it from within `puma-dev/src`