docs: use sudo on gitlab-rake gitlab:features:*
This commit is contained in:
parent
75888d6ff1
commit
4c2f0aa336
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue