Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbem committed Oct 2, 2023
1 parent 8eee844 commit 6a7d928
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,20 @@ If environment variable `MR_RELEASE_URL` is empty, this applciation will downloa

If limited by slow download speed, you can also manually download it to `/tmp/`, and set the `MR_RELEASE_URL` env as `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`.

### GitHUb Enterprise Server editions
### GitHub Enterprise Server editions
*GitHub Enterprise Server* editions usally have differnt server and API URL prefies then *github.com*, you can set them in environment variables `MR_GIHUB_BASEURL` and `MR_GIHUB_API_BASEURL`.

### Setup multi-runners on single host
To setup multi-runners, you can simplify run following command mult times:
```bash
./mr.bash add --org <ORG-NAME-1> --repo <REPO-NAME-1>
./mr.bash add --org <ORG-NAME-1> --repo <REPO-NAME-1>
./mr.bash add --org <ORG-NAME-1> --repo <REPO-NAME-1>
./mr.bash add --org <ORG-NAME-1> --repo <REPO-NAME-2>
./mr.bash add --org <ORG-NAME-1> --repo <REPO-NAME-2>
./mr.bash add --org <ORG-NAME-2>
./mr.bash add --org <ORG-NAME-2>
./mr.bash add --org <ORG-NAME-2>
./mr.bash add --org <ORG-NAME-3>
....
```

Expand Down

0 comments on commit 6a7d928

Please sign in to comment.