diff --git a/project/make/README.md b/project/make/README.md index 6574b0efe67e0e17cd20be7deb6264ed0701600e..9cc88d441cd0aa23ba43fc44620e62b80a430358 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: