From 90c1f9bf51c6696fb6ebe697f3298ce4615d0357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ig=C3=B8r?= Date: Tue, 13 Feb 2024 21:31:15 +0100 Subject: [PATCH] Update README.md Making requirement of Bundle's version actionable --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4187339b..dfd891c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ One may opt for the conventional approach of using the pages-gem or the containe ### Conventional -**Important: Make sure you have Bundler > v1.14 by running `gem update bundler` in your terminal before following the next steps.** +0. Make sure you have Bundler > `v1.14`: + + ```sh + + gem update bundler + ``` 1. Add the following to your project's Gemfile: