Skip to content

Commit

Permalink
Add complete commands to install mkdocs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tokk-nv committed Oct 21, 2020
1 parent 60bf1eb commit 0afbb2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ to easily generate documentation from markdown.
### Installing Dependencies

```bash
sudo apt-get install mkdocs
sydo apt-get update
sudo apt-get -y install python3-pip
sudo apt-get -y install mkdocs
pip3 install mkdocs-material mike
```

Expand Down

0 comments on commit 0afbb2d

Please sign in to comment.