From 1229f36ae0589c5d43f49118a6c7811ef319e682 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 7 May 2026 00:31:27 -0400 Subject: refactor: help specificity --- Makefile | 4 ++-- 1 file 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 \ -- cgit v1.2.3