浏览代码

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

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
grossws 10 年之前
父节点
当前提交
8017cb0d3b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      project/make/README.md

+ 3 - 3
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: