From b5ff782c461a957f451801c2300c80f0764ebc6f Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 12 Aug 2025 10:15:10 +0000 Subject: [PATCH] Update README.md Add more explanation Signed-off-by: lukas --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a9b114..8fd4ed5 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ curl https://dl.gitea.com/act_runner/0.2.12/act_runner-0.2.12-linux-amd64 --outp - Add execute permission +``` +chmod +x act_runner +``` - -- Execute the act runner using the `exec` argument and specify the workflow file to be used: +- Run the act runner using the `exec` argument and specify the workflow file to be used: ``` ./act_runner exec --workflows workflows/checkout.yml