aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-05-07 00:31:27 -0400
committerkj_sh6042026-05-07 00:31:27 -0400
commit1229f36ae0589c5d43f49118a6c7811ef319e682 (patch)
tree9d3012fbe5b83399d7e28516428c0761e0ea57b0
parent236f5658b8cf3646908de09dd3de91142be8e129 (diff)
refactor: help specificityHEADmain
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8cfde3..0cfc7e6 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ help:
@echo " make build build static assets into $(BUILD_DIR)"
@echo " make clean rm $(BUILD_DIR) (with checks)"
@echo " make container build kj-diagramming image"
- @echo " make serve run $(CONTAINER_NAME) in daemon mode"
- @echo " make stop stop $(CONTAINER_NAME)"
+ @echo " make serve run $(CONTAINER_NAME) (using $(CONTAINER_ENGINE))"
+ @echo " make stop stop $(CONTAINER_NAME) (if running on $(CONTAINER_ENGINE))"
check-yarn:
@if ! command -v yarn >/dev/null 2>&1; then \