Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
update README instructions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Jul 17, 2019
1 parent 845964b commit 99af672
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,14 @@ __Warning__ that the exec runner should only be used in a trusted environment. T

_Please note the exec runner is experimental and may not be suitable for production use. Furthermore, this runner is not yet subject to support or service level agreements._

# Todos

- [ ] detailed documentation at docs.drone.io
- [x] support for client side filtering
- [x] support for detached steps
- [x] test windows
- [x] test launchd file in contrib for osx
- [ ] test systemd file in contrib for linux
- [ ] provide windows service configuration file

# Installation

## Download

Download and install the runner:

```cmd
$ curl -L https://github.com/drone-runners/drone-runner-exec/releases/download/v1.0.0-beta.1/drone_runner_exec_darwin_amd64.tar.gz | tar zx
$ curl -L https://github.com/drone-runners/drone-runner-exec/releases/download/v1.0.0-beta.2/drone_runner_exec_darwin_amd64.tar.gz | tar zx
$ sudo cp drone-runner-exec /usr/local/bin
```

Expand Down

0 comments on commit 99af672

Please sign in to comment.