Move contributing guidelines and fix build instructions #620
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user