privacyguides.org/README.md
elitejake b6cd39a22d
Improve building instructions (#855)
Signed-off-by: Daniel Gray <dng@disroot.org>
2022-04-03 05:21:13 +09:30

2.0 KiB

Privacy Guides

Your central privacy and security resource to protect yourself online.

Developing

  1. Clone this repository: git clone https://github.com/privacyguides/privacyguides.org
  2. Install Python 3.6+
  3. Install mkdocs-material: pip install mkdocs-material
  4. Serve the site locally: mkdocs serve
    • The site will be available at http://localhost:8000/.