From 8b2d30563bcd826b2f8de569ad1dfa80d9f770a4 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:06:55 +0530 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f888044..1c547c9 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ PATH := venv/bin:node_modules/.bin:$(PATH) help: - @echo "Welcome to 'waka-readme-stats' github action!" + @echo "Welcome to 'waka-readme-stats' GitHub Actions!" @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 "NB! For local testing Python version 3.6+ and NodeJS version between 14 and 16 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'."