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