Update install2.sh
This commit is contained in:
parent
febf3d994b
commit
14894e1c7d
|
|
@ -7,5 +7,5 @@ apt install -y python3-venv
|
|||
python3 -m venv mkdocs-env
|
||||
source mkdocs-env/bin/activate
|
||||
|
||||
pip install mkdocs
|
||||
apt install mkdocs
|
||||
pip install mkdocs-material
|
||||
|
|
|
|||
Loading…
Reference in New Issue