diff --git a/README.md b/README.md index 929a74406..9bda0cfbd 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,11 @@ The current versions and hashes of the wallets in the Downloads page are stored ## Contributing -Please make sure to read the [guidelines for contributors and maintainers](CONTRIBUTING.md) before opeing a pull request. \ No newline at end of file +Please make sure to read the [guidelines for contributors and maintainers](CONTRIBUTING.md) before opeing a pull request. + +Run the website locally with: + # only if needed sudo rm -rf /var/lib/gems + # only if needed sudo apt-get -y install ruby-bundler + bundle install + jekyll s +