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.