Update README.md
This commit is contained in:
parent
d0fa904d51
commit
a8d9011ed4
11
README.md
11
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 <a name="contributing"></a>
|
## Contributing <a name="contributing"></a>
|
||||||
PRs are welcome.
|
PRs are welcome.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue