diff --git a/README.md b/README.md index d88f1c3..3726d6c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Der Runner führt die Workflows aus. Wähle einen Host (Proxmox-Node, dein PC, o ```bash # Binary herunterladen mkdir -p /opt/gitea-runner && cd /opt/gitea-runner -wget https://dl.gitea.com/act_runner/latest/act_runner-linux-amd64 +wget https://dl.gitea.com/act_runner/0.6.1/act_runner-0.6.1-linux-amd64 +mv act_runner-0.6.1-linux-amd64 act_runner-linux-amd64 chmod +x act_runner-linux-amd64 # Runner registrieren