Commit 6bd312a0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'elasticsearch-pathfix-docs' into 'master'

Fix ES indexer install script - remove leading /

See merge request gitlab-org/gitlab-ce!28231
parents 04f33f5c ac021607
...@@ -85,7 +85,7 @@ To build and install the indexer, run: ...@@ -85,7 +85,7 @@ To build and install the indexer, run:
```sh ```sh
git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git
cd /gitlab-elasticsearch-indexer cd gitlab-elasticsearch-indexer
make make
sudo make install sudo make install
``` ```
......
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