From f215bf283302fb5a5c57c53d89c7c175f65848e9 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 3 Jun 2024 13:14:10 -0400 Subject: [PATCH] Add doc for how to use in self-hosted runner --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a83aec5..2eaae15 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Preview versions are intentionally excluded. For example: `v2-beta` Optional args may be supplied to control which refs are included. See `script/add-action.sh --help` for more info. +### How to use this in the self-hosted runner? + +Please read the doc @kenmuse has put together at: https://www.kenmuse.com/blog/building-github-actions-runner-images-with-an-action-archive-cache/ + ## License This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.