Update build instructions

This commit is contained in:
Vincevrp
2018-11-25 20:36:53 +01:00
parent cee56750c1
commit 72a8df88bf

View File

@ -12,9 +12,10 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri
## Building ## Building
1. Install Ruby 1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
2. `bundle install` 1. Install [bundler](https://bundler.io/) by running `gem install bundler`.
3. `bundle exec jekyll serve` # Live refresh. 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 # Support privacytools.io