From afef57bb877b2e83ba9bb245ee59da7f6c6aad26 Mon Sep 17 00:00:00 2001 From: Almog Lavi <42740235+almog-lv@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:22:37 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2eaaed77..e58bc598 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,5 @@ # To install: + pip install mkdocs pip install mkdocs-material pip install mkdocs-material-extensions @@ -12,4 +13,4 @@ To expand and customize the theme: [Material MKDocs](https://squidfunk.github.io The deployment is managed on the gh-pages branches. After each merge to main the deplloyment will be taken care of by GH action automatically and the new version will be available at: [Docs](https://codium-ai.github.io/docs/) -Github action is located in `.github/workflows/ci.yml` file. \ No newline at end of file +Github action is located in `.github/workflows/ci.yml` file.