From 42f7484d8c0ab5bd37f539a4eee90dbf97eabc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edoardo=20Apr=C3=A0?= Date: Tue, 16 Jun 2020 19:04:08 -0700 Subject: [PATCH] Update README.md --- contrib/mkdocs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/mkdocs/README.md b/contrib/mkdocs/README.md index 8880b1d7cf..d04ae6f784 100644 --- a/contrib/mkdocs/README.md +++ b/contrib/mkdocs/README.md @@ -34,14 +34,15 @@ mkdocs serve ``` Point your browser to http://127.0.0.1:8000 -## Build the html -``` -mkdocs build -``` ## push files to the nwchemgit.github.io: method #1 +### Build the html source +``` +mkdocs build +``` +### push the html source to the nwchemgit.github.io repository ``` git clone https://github.com/nwchemgit.github.io cd nwchemgit.github.io