diff --git a/README.md b/README.md index 9243302..5b44d58 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,15 @@ or in a shell by running # Commands ``` -# List the actions +# Command structure: +act [event name to run] [flags] + +# List the actions for the default event: act -l +# List the actions for a specific event: +act workflow_dispatch -l + # Run the default (`push`) event: act