Skip to content
Snippets Groups Projects
Commit 530c4d8f authored by liamdawson's avatar liamdawson
Browse files

Correct OS X binary download command

parent 18cee673
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Download the binary for your system:
```bash
sudo curl -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-darwin-amd64
sudo curl --output /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-darwin-amd64
```
Give it permissions to execute:
......@@ -69,4 +69,4 @@ Start the service:
```bash
gitlab-ci-multi-runner start
```
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment