Commit a5318bd6c8845e4ae861688536660605b13207be

Authored by Daniel Damasceno
1 parent a6d80303
Exists in elasticsearch_api

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'