mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
update readme
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,12 +1,17 @@
|
|||||||
|
# build output
|
||||||
**/bin
|
**/bin
|
||||||
**/obj
|
**/obj
|
||||||
**/libs
|
**/libs
|
||||||
|
|
||||||
|
# editors
|
||||||
**/*.xproj
|
**/*.xproj
|
||||||
**/*.xproj.user
|
**/*.xproj.user
|
||||||
**/.vs
|
**/.vs
|
||||||
**/.vscode
|
**/.vscode
|
||||||
**/*.error
|
**/*.error
|
||||||
**/*.json.pretty
|
**/*.json.pretty
|
||||||
|
|
||||||
|
# output
|
||||||
node_modules
|
node_modules
|
||||||
_downloads
|
_downloads
|
||||||
_layout
|
_layout
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -8,11 +8,19 @@
|
|||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
 [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases/latest)
|
The runner is the application that runs a job from a GitHub Actions workflow. The runner can run on the [hosted machine pools](https://github.com/actions/virtual-environments) or run on self-hosted virtual machines.
|
||||||
|
|
||||||
 [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases/latest)
|
Read more about self-hosted runners [here](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners).
|
||||||
|
|
||||||
 [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases/latest)
|
For more information about installing and using self-hosted runners, see [Adding self-hosted runners](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) and [Using self-hosted runners in a workflow](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow)
|
||||||
|
|
||||||
|
Runner releases:
|
||||||
|
|
||||||
|
 [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases)
|
||||||
|
|
||||||
|
 [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases)
|
||||||
|
|
||||||
|
 [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases)
|
||||||
|
|
||||||
**Configure:**
|
**Configure:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user