diff --git a/README.md b/README.md index 2a54f85f..2e2e3ddb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ` 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`