aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 92fac9ec0..16fbbfb4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1954,5 +1954,5 @@ setup: vendor-dev identifier-cache clean-bindings
.PHONY: help
help: ## to print this help
- @echo "For detailed build instructions, see https://bun.sh/docs/project/development"
- @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {gsub("\\\\n",sprintf("\n%22c",""), $$2);printf "\033[36m%-20s\033[0m \t\t%s\n", $$1, $$2}' $(MAKEFILE_LIST)
+ @echo "For detailed build instructions, see https://bun.sh/docs/project/contributing"
+ @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {gsub("\\\\n",sprintf("\n%22c",""), $$2);printf "\033[36m%-20s\033[0m \t\t%s\n", $$1, $$2}' $(MAKEFILE_LIST) \ No newline at end of file