From f58dfff5e49da559e9088881a729ea3d301bd160 Mon Sep 17 00:00:00 2001 From: "dmitri.karpovich" Date: Mon, 26 May 2025 00:07:58 +0000 Subject: [PATCH] Update docs/usage/actions/quickstart.md (#222) Fix typo Reviewed-on: https://gitea.com/gitea/docs/pulls/222 Reviewed-by: techknowlogick Co-authored-by: dmitri.karpovich Co-committed-by: dmitri.karpovich --- docs/usage/actions/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/actions/quickstart.md b/docs/usage/actions/quickstart.md index 368d760d..760b9672 100644 --- a/docs/usage/actions/quickstart.md +++ b/docs/usage/actions/quickstart.md @@ -30,7 +30,7 @@ In order to avoid consuming too many resources and affecting the Gitea instance, You can use the [pre-built binaries](http://dl.gitea.com/act_runner) or the [docker images](https://hub.docker.com/r/gitea/act_runner/tags) to set up the runner. -Before proceeding any further, we suggest running it as a command line with pre-built binaries to ensure that it works with your environment, especially if you are running a runner on your local host. +Before proceeding any further, we suggest running it as a command line with pre-built binaries to ensure that it works with your environment, especially if you are running a runner on your localhost. And it could be easier to debug if something goes wrong. The runner can run the jobs in isolated Docker containers, so you need to make sure that the Docker has been installed and Docker daemon is running.