Files
runner/README.md
2019-10-10 00:52:42 -04:00

32 lines
837 B
Markdown

# GitHub Actions Runner
<p align="center">
<img src="docs/res/github-graph.png">
</p>
[![Actions Status](https://github.com/actions/runner/workflows/Runner%20CI/badge.svg)](https://github.com/actions/runner/actions)
## Get Started
![win](docs/res/win_sm.png) [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases/latest)
![macOS](docs/res/apple_sm.png) [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases/latest)
![linux](docs/res/linux_sm.png) [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases/latest)
**Configure:**
*MacOS and Linux*
```bash
./config.sh
```
*Windows*
```bash
config.cmd
```
## Contribute
For developers that want to contribute, [read here](docs/contribute.md) on how to build and test.