diff --git a/Continuous-integration.md b/Continuous-integration.md index 336bd69..ffdc194 100644 --- a/Continuous-integration.md +++ b/Continuous-integration.md @@ -13,6 +13,13 @@ There are situations where you'll want to run the continuous integration workflo Setting up Forgejo Runner for local, manual use is simpler than setting it up for remote, automated use. +On OpenSUSE Tumbleweed, you can install the `forgejo-runner` package by calling +```bash +sudo zypper install forgejo-runner +``` + +On other systems, you may need to install manually. + 1. Download these files from the [release page](https://data.forgejo.org/forgejo/runner/releases): - The binary `forgejo-runner-#.#.#-linux-amd64`. - *(Recommended)* The signature `forgejo-runner-#.#.#-linux-amd64.asc`.