diff --git a/README.md b/README.md index 34500b1..6aae115 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # technology-innovations +## Create a new repository on GitHub + +`git clone https://github.com/` +`cd ` + + ## Creating the Virtual Environment -`python -m venv venv` +`python -m venv venv` +`source venv/bin/activate` +`pip --version` +`pip install mkdocs-material` + +## Open in VS Code +`.code` + +## new mkdocs website + +`mkdocs new .` +`mkdocs serve` + +This should create the mkdocs.yml and docs folder to start with. + +