From b6cd39a22dd7ede4888156d88d46e5055c764833 Mon Sep 17 00:00:00 2001 From: elitejake <74049394+elitejake@users.noreply.github.com> Date: Sat, 2 Apr 2022 19:51:13 +0000 Subject: [PATCH] Improve building instructions (#855) Signed-off-by: Daniel Gray --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 503e8093..fcc75ca2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ ## Developing -1. [Install mkdocs](https://www.mkdocs.org/user-guide/installation/): `pip install mkdocs` -2. [Install mkdocs-material](https://squidfunk.github.io/mkdocs-material/getting-started/): `pip install mkdocs-material` -3. Serve the site locally: `mkdocs serve` +1. Clone this repository: `git clone https://github.com/privacyguides/privacyguides.org` +2. Install [Python 3.6+](https://www.python.org/downloads/) +3. Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/getting-started/): `pip install mkdocs-material` +4. Serve the site locally: `mkdocs serve` - The site will be available at `http://localhost:8000/`.