From a8d9011ed45610363965897391d3d4d90340de6c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 10 Feb 2022 16:43:23 -0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 626bf29..ec6b261 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +## Installation + +First, you must install `Ruby` and `Bundler`. + +Then, to deploy the webpage locally you need to run run: + +```bash +bundle install +bundle exec jekyll serve +``` + ## Contributing PRs are welcome.