From 72a8df88bf701f0ec79038e7d91cda1fabc52e10 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 25 Nov 2018 20:36:53 +0100 Subject: [PATCH] Update build instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 612af63d..6b92f85f 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri ## Building -1. Install Ruby -2. `bundle install` -3. `bundle exec jekyll serve` # Live refresh. +1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/) +1. Install [bundler](https://bundler.io/) by running `gem install bundler`. +1. Run `bundle install` to install the required dependencies. +1. Use `bundle exec jekyll build` to build the website. The output can be found in the `_site` directory. Live preview is also possible by running `bundle exec jekyll serve` # Support privacytools.io