[trivial] changed ./hack to ./project in README.md

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
Upstream-commit: 8017cb0d3b0fdb1dc9367b8445b3bc456d4666c7
Component: engine
This commit is contained in:
grossws
2015-02-13 18:02:54 +03:00
committed by Konstantin Gribov
parent 1d7249f857
commit 236e9294ed

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:
```
./hack/make.sh test
./hack/make.sh binary ubuntu
./project/make.sh test
./project/make.sh binary ubuntu
# Or to run all bundles:
./hack/make.sh
./project/make.sh
```
To add a bundle: