From c7cea84e643ec7760ebe05ac1ff2bf8d1a074cf1 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Wed, 25 May 2022 16:48:05 +0200 Subject: [PATCH] Add an instruction to install bundler --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4eb446adc..6f67ef9af 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ docker-compose up --build ### With Bundler: +Install bundler first: + +``` +sudo gem install bundler +``` + +Then: + ``` bundle install bundle exec jekyll serve --incremental