From 617ff1dffb53d900802a676ee3d0216af0e4b5f5 Mon Sep 17 00:00:00 2001 From: Allan Date: Fri, 30 Jun 2023 16:43:12 +0100 Subject: [PATCH] updating README.txt --- README.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.txt b/README.txt index f60c77e..98973f8 100644 --- a/README.txt +++ b/README.txt @@ -1,16 +1,3 @@ -Installation - -1. brew install mkdocs -2. pip install mkdocs-material -3. pip install fontawesome_markdown -4. `npm install -g license-checker` - -To build, navigate to the root of this repo and run: - mkdocs build --clean - mkdocs serve - -To deploy, run the following: - -`rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io` +Deploy steps in build.sh Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default!