diff options
| author | kj_sh604 | 2026-05-07 00:31:27 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-07 00:31:27 -0400 |
| commit | 1229f36ae0589c5d43f49118a6c7811ef319e682 (patch) | |
| tree | 9d3012fbe5b83399d7e28516428c0761e0ea57b0 /Makefile | |
| parent | 236f5658b8cf3646908de09dd3de91142be8e129 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |
