From 6a73a1c92f776523090682c26bf500b04cb84c05 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 17 Oct 2023 16:04:06 -0500 Subject: [PATCH] Tweak README --- gitea/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/README.md b/gitea/README.md index c6ecfe9..082ab12 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -28,5 +28,5 @@ Details on how to setup remote debugging of the gitea server inside its containe #### Action Runners -A Dockerized action runner for the `ubuntu-latest` and `ubuntu-22.04` labels is deployed by default. Details on deploying native -action runners, eg, on macOS, can be found [here](act-runner.md). +A Dockerized action runner is deployed by default for the labels `ubuntu-latest` and `ubuntu-22.04`. Details on deploying +additional runners can be found [here](act-runner.md).