From 96c1efd7dcf96cccda9a1227ebde0efdb3c25c76 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Thu, 11 Feb 2021 15:55:02 +0300 Subject: [PATCH] Fixed step 6 of the installation process Step 6 of the installation process should say `bundle install` instead of `gem install jekyll bundler`, hence we've installed jekyll and bundler during steps 2-3. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe3eafea7d..46e93b47de 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The present version of AIMA-Exercises uses Jekyll 3 and Ruby 2.5. - [Windows](https://jekyllrb.com/docs/installation/windows/) 4. Clone the project locally. 5. Go to the folder directory where you cloned the project in the terminal. -6. `gem install Jekyll bundler ` +6. `bundle install` 7. `bundle exec Jekyll serve` **The directory structure is as follows:**