Commit ac021607 authored by Greg Myers's avatar Greg Myers

Fix ES indexer install script - remove leading /

parent 712dccd4
...@@ -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