removing 'hack/' from CONTRIBUTING.md

This commit is contained in:
Pedro Nasser
2016-07-27 18:37:26 -03:00
parent fec90c5803
commit 63177e9627

View File

@@ -8,17 +8,17 @@ glide install
To quick build and run (using default database):
```sh
hack/api.sh
api.sh
```
To build the docker image:
```sh
hack/build.sh
build.sh
```
## Releasing
```sh
hack/release.sh
release.sh
```