Commit dfdffe97d3993391ba1c63a701174a49d8353e61

Authored by Andrew Kane
1 parent 2694b016

Updated ES install instructions [skip ci]

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
README.md
... ... @@ -47,9 +47,7 @@ Plus:
47 47  
48 48 ```sh
49 49 brew install elasticsearch
50   -
51   -# start the server
52   -elasticsearch
  50 +brew services start elasticsearch
53 51 ```
54 52  
55 53 Add this line to your application’s Gemfile:
... ...