Merge pull request #10764 from grossws/patch-1

Cleanup: changed ./hack to ./project in README.md
This commit is contained in:
Jessie Frazelle 2015-02-16 13:30:02 -08:00
commit 2243e32cbb
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ Each script is named after the bundle it creates.
They should not be called directly - instead, pass it as argument to make.sh, for example: They should not be called directly - instead, pass it as argument to make.sh, for example:
``` ```
./hack/make.sh test ./project/make.sh test
./hack/make.sh binary ubuntu ./project/make.sh binary ubuntu
# Or to run all bundles: # Or to run all bundles:
./hack/make.sh ./project/make.sh
``` ```
To add a bundle: To add a bundle: