mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +00:00
Merge pull request #9 from dsyer/patch-2
Gem installation instructions updated
This commit is contained in:
commit
1690b17cb4
@ -95,9 +95,10 @@ Assuming you're already within your project's clone directory, and you've alread
|
||||
|
||||
### Install jekyll if you have not already
|
||||
|
||||
> **Note:** Jekyll 1.1.2 is a known good version.
|
||||
> **Note:** Jekyll 1.1.2 is a known good version, and it is specifically referred to in `Gemfile.lock` so you have to use `bundle` (not `gem install ...`) to install it:
|
||||
|
||||
gem install jekyll
|
||||
gem install bundler
|
||||
bundle
|
||||
|
||||
### Run jekyll
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user