Commit 845797145ebd01658a71550a7c5b97f931919b89

Authored by Daniel Damasceno
Committed by Macartur Sousa
1 parent b7e7bd40
Exists in elasticsearch_sort

Final changes on README

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
plugins/elasticsearch/README.md
@@ -15,6 +15,9 @@ Install dependencies @@ -15,6 +15,9 @@ Install dependencies
15 Install elasticsearch package and start service. 15 Install elasticsearch package and start service.
16 By default, the service runs on port 9200 16 By default, the service runs on port 9200
17 17
  18 +Install gems listed in plugin Gemfile. If this step fail, just copy the gems to core Gemfile
  19 +and run the command 'bundle install'
  20 +
18 Enable plugin 21 Enable plugin
19 ------------- 22 -------------
20 23
@@ -35,4 +38,4 @@ DEVELOPMENT @@ -35,4 +38,4 @@ DEVELOPMENT
35 38
36 To run tests for Elasticsearch: 39 To run tests for Elasticsearch:
37 40
38 -Use rspec command 41 +Use command 'rspec'