Update README.md

This commit is contained in:
Santiago Lo Coco 2022-02-10 16:43:23 -03:00
parent d0fa904d51
commit a8d9011ed4
1 changed files with 11 additions and 0 deletions

View File

@ -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 <a name="contributing"></a>
PRs are welcome.