Skip to content

Commit

Permalink
Refactor README.md for clarity and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vbem committed Oct 11, 2024
1 parent c1f6664 commit 557d6fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

This application is designed for controlling multi [self-hosted GitHub Action runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) on single host, when [Actions Runner Controller (ARC)](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller) is not feasible in your engineering environment. This application has following advantages:

- Only single Linux host required.
- Simple as more as possible, single Bash script.
- Lightweight wrapper of official self-hosted runner.
- Single Linux host required.
- Single Bash script.
- Lightweight wrapper of [GitHub official self-hosted runner](https://github.com/actions/runner).
- Both *github.com* and *GitHub Enterprise* are support.
- Either *organization* or *repository* or *GitHub Cloud Enterprise* level runners are supported.

Expand Down Expand Up @@ -95,7 +95,7 @@ If environment variable `MR_RELEASE_URL` is empty, this application will downloa
./mr.bash download
```

If your Linux host is Internet bandwidth limited, you can also manually upload it from laptop to `/tmp/<tar.gz file name>`, and set the `MR_RELEASE_URL` env in `.env` file, e.g. `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`.
If your Linux host is internet bandwidth limited, you can also manually upload it from laptop to `/tmp/<tar.gz file name>`, and set the `MR_RELEASE_URL` env in `.env` file, e.g. `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`.

### GitHub Enterprise Server editions

Expand Down

0 comments on commit 557d6fa

Please sign in to comment.