From 8017cb0d3b0fdb1dc9367b8445b3bc456d4666c7 Mon Sep 17 00:00:00 2001 From: grossws Date: Fri, 13 Feb 2015 18:02:54 +0300 Subject: [PATCH] [trivial] changed ./hack to ./project in README.md Signed-off-by: Konstantin Gribov --- project/make/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/make/README.md b/project/make/README.md index 6574b0efe..9cc88d441 100644 --- a/project/make/README.md +++ b/project/make/README.md @@ -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: