aboutsummaryrefslogtreecommitdiffstats
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 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 \