From e8e5a0a8cdce5f902fd7f31a134fb23dd9e3912b Mon Sep 17 00:00:00 2001 From: pseusys Date: Fri, 13 Jan 2023 05:27:14 +0400 Subject: [PATCH] make help output enhanced --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index d4b0aff..f888044 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ PATH := venv/bin:node_modules/.bin:$(PATH) help: - @echo "Welcome to `waka-readme-stats` github action!" - @echo "The action can be tested locally with: `make run`" - @echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required" - @echo "The action image can be built locally with: `make container`" - @echo "NB! For local container building Docker version between ??? and ??? is required" - @echo "The action directory and image can be cleaned with: `make clean`" + @echo "Welcome to 'waka-readme-stats' github action!" + @echo "The action can be tested locally with: 'make run'." + @echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required." + @echo "The action image can be built locally with: 'make container'." + @echo "NB! For local container building Docker version between ??? and ??? is required." + @echo "The action directory and image can be cleaned with: 'make clean'." .PHONY: help venv: