privacyguides.org/README.md
nitrohorse 64f79a4da5
Update README build instructions (#1681)
* Update README build instructions

* Update Ruby download link

* Specify Bundler version

* Add --incremental to bundle argument

* Specify exact Bundler version

* Specify bundler version in command
2020-02-24 07:43:50 -08:00

3.7 KiB

PrivacyTools

Encryption Against Global Mass Surveillance.

Netlify Status

Contributing

It's important for a website like PrivacyTools to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. So if you find an error, or you think a provider should not be listed here, or a qualified service provider is missing or a browser plugin is not the best choice anymore or anything else...

Talk to us please. Join our subreddit or our Discourse community and start a discussion. This is a community project and we're aiming to deliver the best information available for a better privacy. Thank you for participating.

You can submit your suggestions here on GitHub (Issues) and also in our subreddit. Please refer to the Contributing Guidelines before submitting. Thank you.

Developing

  1. Install the latest stable version of Ruby.
  2. Install Bundler v2.0.1:
    • gem install bundler -v 2.0.1
  3. Install the required dependencies:
    • bundle install
  4. Build the website (the output can be found in the _site directory):
    • bundle exec jekyll build
  5. Serve the website locally with live reloading:
    • bundle exec jekyll serve --incremental --livereload

Support

Sponsors

Community Translations

License & Notices

Please visit https://www.privacytools.io/notices/ for license information and other disclaimers. PrivacyTools is provided on an "as-is" basis, without warranty, and disclaiming liability for damages. By contributing to this repository you agree to license your work under the terms of the license in this repository.