From 6c383698bdcb68d3bdd6f05c61f559e639c47ef8 Mon Sep 17 00:00:00 2001 From: Pander Date: Tue, 30 Apr 2024 08:35:32 +0200 Subject: [PATCH] documentation running locally --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 929a74406d..9bda0cfbd6 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 +