From e3071cc6dfa067cdf80cf5daeebc87499089d19e Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 21 Feb 2024 11:17:29 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 47def3b..3c43ccd 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,10 @@ # Engineering Handbook -The National Archives Engineering Handbook aims to be a one-stop guide for all engineering questions. +The National Archives Engineering Handbook aims to be a one-stop guide for all engineering questions including development and technical architecture. ## Quickstart ```sh -# Set up a Python virtual environment -python -m venv venv -. venv/bin/activate - -# Install the dependencies -pip install -r requirements.txt - -# Build and serve the MkDocs site -mkdocs serve +docker-compose up -d ```