Commit c6f667d9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-57' into 'master'

docs: use sudo on gitlab-rake gitlab:features:*

See merge request gitlab-org/gitlab-ce!28288
parents 75888d6f 4c2f0aa3
......@@ -41,7 +41,6 @@ options:
NOTE: **Note:**
This is only available starting in certain versions of GitLab:
* 11.5.11
* 11.6.11
* 11.7.12
......@@ -59,13 +58,13 @@ details.
To do this, run the Rake task:
```sh
gitlab-rake gitlab:features:enable_rugged
sudo gitlab-rake gitlab:features:enable_rugged
```
If you need to undo this setting for some reason, run:
```sh
gitlab-rake gitlab:features:disable_rugged
sudo gitlab-rake gitlab:features:disable_rugged
```
### Known issues
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment