From 7abe039c311dd257f7ac4f0c569afe701c1ae6d0 Mon Sep 17 00:00:00 2001 From: Xinyu Zhou Date: Tue, 3 Jan 2023 11:13:55 +0800 Subject: [PATCH] docs: Add Prerequisites (#11) Close #10 Docker daemon is required Reviewed-on: https://gitea.com/gitea/act_runner/pulls/11 Reviewed-by: Jason Song Co-authored-by: Xinyu Zhou Co-committed-by: Xinyu Zhou --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a42a48..0e121dd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Act runner is a runner for Gitea based on [act](https://gitea.com/gitea/act). +## Prerequisites + +Docker Engine Community version is required. To install Docker CE, follow the official [install instructions](https://docs.docker.com/engine/install/). + ## Quickstart ### Build