From b4057e26e5791d91c2b98119717ecc33d552888a Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Sat, 11 Mar 2023 15:28:02 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba82e6..a829664 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ steps: ## Running locally -1. Running actions/hello-world-javascript-action action locally via docker: +1. If you are running it on mac locally & /var/run/docker.sock file does not exist, first run this command `ln -s ~/.docker/run/docker.sock /var/run/docker.sock` +2. Running actions/hello-world-javascript-action action locally via docker: ```console