Commit 61a94efb33d1c186df41c351e73b8cdf983d4018

Authored by Andrew Kane
1 parent 2d0258fa

Added note to start the Elasticsearch server - closes #554 and closes #511

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
@@ -35,6 +35,9 @@ Plus: @@ -35,6 +35,9 @@ Plus:
35 35
36 ```sh 36 ```sh
37 brew install elasticsearch 37 brew install elasticsearch
  38 +
  39 +# start the server
  40 +elasticsearch
38 ``` 41 ```
39 42
40 Add this line to your application’s Gemfile: 43 Add this line to your application’s Gemfile: