Skip to content

Rename the binary on download to use gitlab-runner as command

Mark Pundsack requested to merge rename-binary into master

What does this MR do?

Changes the name of the binary on download to gitlab-runner so the rest of the instructions can use that command. Some parts aren't were changed, such as the bleeding-edge download, which has a more verbose name, which still makes sense. And the apt-get instructions weren't changed because it seems a bit more complicated than just renaming. But at least a bunch of the installation instructions now match the rest of the docs.

See the general guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html

Moving docs to a new location?

See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location

  • Make sure the old link is not removed and has its contents replaced with a link to the new location.
  • Make sure internal links pointing to the document in question are not broken.
  • Search and replace any links referring to old docs in GitLab Runner's source code

Merge request reports