From 3d8687cee8dce66ed97f152c80d6361b269497d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20A=2E=20Kopplin?= Date: Fri, 20 Oct 2023 08:29:28 -0300 Subject: [PATCH] Update README.md (#525) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 337aac5cd4..e3f339fe27 100755 --- a/README.md +++ b/README.md @@ -41,9 +41,12 @@ To run locally do the following: 1. Install [Jekyll](https://jekyllrb.com) and [Bundler](https://bundler.io/). 2. Clone the forked repo on your machine -3. Enter the cloned folder via terminal and run `bundle install` -4. Then run `bundle exec jekyll serve` -5. Open it in your browser: `http://localhost:4000` +3. Enter the cloned folder via terminal and run: +```sh +bundle install +bundle exec jekyll serve +``` +4. Open it in your browser: `http://localhost:4000` Or run with [docker](https://github.com/BretFisher/jekyll-serve).