From 878de2c6a73750d4b84a4f85f42badc7dbaea002 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 3 Jan 2023 08:21:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d5cd90..3552388 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Each page has a link on its top-right corner `Edit on GitHub` which brings you d ## Local Test To test it locally: 1. Clone this repo -1. Install the required tools: +1. Install the required tools (See also [.github/workflows/build-docs.yaml](.github/workflows/build-docs.yaml)): ``` pip install --upgrade pip pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin mkdocs-material @@ -37,4 +37,4 @@ To test it locally: This will locally generate the documentation. You can access it under http://127.0.0.1:8000/AI-on-the-edge-device-docs/ - Any change to the files will automatically be applied. \ No newline at end of file + Any change to the files will automatically be applied.