Move cmd to project root for easier installs (#29)

This commit is contained in:
Adrian Macneil 2018-01-24 11:30:08 -08:00 committed by GitHub
parent e03dec8a04
commit 6ba419a74b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ $ heroku run bin/dbmate-heroku up
Dbmate can be installed directly using `go get`:
```sh
$ go get -u github.com/amacneil/dbmate/cmd/dbmate
$ go get -u github.com/amacneil/dbmate
```
## Commands