Mentions légales du service

we should not use sudo if gitlab-runner has been installed without authored by PRUVOST Florent's avatar PRUVOST Florent
......@@ -154,7 +154,7 @@ gitlab-runner status # should return "service is running"
### Register a runner in your project
On the virtual machine where you installed the gitlab CI runner, run (as root or sudo!) :
On the virtual machine where you installed the gitlab CI runner, run (as root or sudo if the gitlab-runner program has been installed with sudo, remove sudo from the following if not) :
```
$ sudo gitlab-runner register
......
......