From b8587b69651af9c6518851657d903d040f91afd0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 28 Aug 2024 10:19:58 +0900 Subject: [PATCH] ReadMe update --- ReadMe.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 35528a0..acabb6b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,9 +1,14 @@ # Download and install gitea -In `init.sh` set the `download_folder` and `target_file` +In `init.sh` set the `target_file` as to where the gitea binary is located (full path including binary name) -Only arm and x86 are auto detected +If the download folder should be not in the subfolder "download" change the `download_folder` variable to the path as to where the files hould be downloaded. Note that this folder must exist + +Only arm64 and x86 64bit are auto detected Run `download.sh` to download the latest file. Fill re-download as a different name if the same file is requested Run `install.sh ` to install the newest version + +There is a simple "download-act_runner" script, that has the URL as to where the action runner can be +downloaded