From 2d4b821abe84e93c114368b9c7208565418f1a99 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 18 Dec 2019 23:13:22 -0500 Subject: [PATCH] update readme --- .gitignore | 5 +++++ README.md | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2920732f4..0cddfb490 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ +# build output **/bin **/obj **/libs + +# editors **/*.xproj **/*.xproj.user **/.vs **/.vscode **/*.error **/*.json.pretty + +# output node_modules _downloads _layout diff --git a/README.md b/README.md index 77fd089b1..d72a658c4 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,19 @@ ## Get Started -![win](docs/res/win_sm.png) [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. -![macOS](docs/res/apple_sm.png) [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). -![linux](docs/res/linux_sm.png) [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: + +![win](docs/res/win_sm.png) [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases) + +![macOS](docs/res/apple_sm.png) [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases) + +![linux](docs/res/linux_sm.png) [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases) **Configure:**