Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebnath21 committed Jan 26, 2024
1 parent 810c624 commit 2bd0437
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# technology-innovations

## Create a new repository on GitHub

`git clone https://github.com/<repository_uri>`
`cd <repository>`


## 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.


0 comments on commit 2bd0437

Please sign in to comment.