From 5db5c23b34550c39514bd9049f56503bf2effcbd Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Sun, 11 Mar 2018 19:47:55 +0100 Subject: [PATCH] Add 'bundle install' to instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f747840f..a94d1aee1 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Run the following command in the checkout directory to do so. git submodule update --init --remote ``` +### Installing Gema + +After you performed the initial checkout for the main repository and the submodule, run `bundle install` to install additional required gems. + ### Building and Previewing A set of Rake tasks, a Make-like programs implemented in Ruby, provides short commands to build and run the site locally. @@ -73,6 +77,6 @@ A set of Rake tasks, a Make-like programs implemented in Ruby, provides short co * Open the address [http://localhost:4000/intellij/sdk/docs/](http://localhost:4000/intellij/sdk/docs/) in your browser. - **Note:** Make sure you haven't change default Jekyll port during installation. + **Note:** Make sure you haven't changed default Jekyll port during installation.