Skip to content

Commit 557d6fa

Browse files
committed
Refactor README.md for clarity and consistency
1 parent c1f6664 commit 557d6fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
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:
1313

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

@@ -95,7 +95,7 @@ If environment variable `MR_RELEASE_URL` is empty, this application will downloa
9595
./mr.bash download
9696
```
9797

98-
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`.
98+
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`.
9999

100100
### GitHub Enterprise Server editions
101101

0 commit comments

Comments
 (0)