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