From 42afdfa7eb1a21c2cce2f63947d724d95e3a0d3c Mon Sep 17 00:00:00 2001 From: dougfulton Date: Sun, 31 Oct 2021 10:55:07 -0400 Subject: [PATCH] Update README.md (#12) updated `make` instructions for docs with correct command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 564013244..79276b5eb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,4 +6,4 @@ This is the docs site for Fidesops. To run the docs locally, use `make docs-serv 1. `pip install -r requirements.txt` 1. `cd fidesops/` -1. `mkdocs serve` +1. `make docs-serve`