diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 09:06:04 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 09:09:00 +0900 |
commit | 81935f03de540a9e6d404a078530072b5655f73d (patch) | |
tree | df8e7537e4df07481d11d71a5216a52eaa409e73 /doc/development/elasticsearch.md | |
parent | 5a885760949d100fd5b0f9631df264bd87f01de0 (diff) | |
download | gitlab-ce-docs-capitalization-2.tar.gz |
Update with suggestionsdocs-capitalization-2
Change list to codeblock and simplify issue links
Diffstat (limited to 'doc/development/elasticsearch.md')
-rw-r--r-- | doc/development/elasticsearch.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/development/elasticsearch.md b/doc/development/elasticsearch.md index 7c8a12a5748..f2412c249c1 100644 --- a/doc/development/elasticsearch.md +++ b/doc/development/elasticsearch.md @@ -40,9 +40,11 @@ There is no need to install any plugins If you're interested on working with the new beta repo indexer, all you need to do is: -- `git clone git@gitlab.com:gitlab-org/gitlab-elasticsearch-indexer.git` -- `make` -- `make install` +```sh +git clone git@gitlab.com:gitlab-org/gitlab-elasticsearch-indexer.git +make +make install +``` this adds `gitlab-elasticsearch-indexer` to `$GOPATH/bin`, please make sure that is in your `$PATH`. After that GitLab will find it and you'll be able to enable it in the admin settings area. |