Commit c222ffd02dcb9b7e3234bd71e9462b57c5c36100
1 parent
06b10a4b
Exists in
master
and in
2 other branches
Document that `gitlab-rails` is in the PATH
This was changed in a33d331c30a1ef8c01d54d9ef748e0ca4e30eea8; we just forgot to update the documentation. The old invocation also still works.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -572,7 +572,7 @@ you can start one with the command below. Please be warned that it is very easy |
572 | 572 | to inadvertently modify, corrupt or destroy data from the console. |
573 | 573 | |
574 | 574 | ```shell |
575 | -sudo /opt/gitlab/bin/gitlab-rails console | |
575 | +sudo gitlab-rails console | |
576 | 576 | ``` |
577 | 577 | |
578 | 578 | This will only work after you have run `gitlab-ctl reconfigure` at least once. | ... | ... |