From 3d12eb336d78b60a62d934e5426d169b31e6aff9 Mon Sep 17 00:00:00 2001 From: Luiz Miguel <120745901+Propfend@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:13:19 -0300 Subject: [PATCH] Update index.md fixing comma. --- src/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/index.md b/src/installation/index.md index 5b6f557..e801d54 100644 --- a/src/installation/index.md +++ b/src/installation/index.md @@ -2,7 +2,7 @@ ## Necessary prerequisites for running `act` -`act` depends on `docker` (exactly Docker Engine API) to run workflows in containers. As long you don't require container isolation, you can run selected (e.g. windows or macOS) jobs directly on your System see [Runners](../usage/runners.md). In the latter case you don't need to have docker installed or running. +`act` depends on `docker` (exactly Docker Engine API) to run workflows in containers. As long you don't require container isolation, you can run selected (e.g. windows or macOS) jobs directly on your System, see [Runners](../usage/runners.md). In the latter case you don't need to have docker installed or running. If you are using macOS, please be sure to follow the steps outlined in [Docker Docs for how to install Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/install/).