Commit 3cb9b617a97cacf07e63bc54c0da990639129f5e

Authored by Daniel Damasceno
Committed by Macartur Sousa
1 parent f6d63c38
Exists in elasticsearch_view

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'