Move contributing guidelines and fix build instructions #620

Merged
Vincevrp merged 4 commits from contributing-guidelines into master 2018-11-25 19:55:32 +00:00
Showing only changes of commit 72a8df88bf - Show all commits

View File

@ -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