mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2025-02-22 11:28:40 -05:00
Merge 113cbf9225942888276b36099e8183b4d5f9148a into 681cee97233b580794a35e0d06d4a1b6d40a8efb
This commit is contained in:
commit
1ed2af52be
@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
|
||||
```bash
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
|
||||
pip install -r requirements.txt
|
||||
mkdocs serve
|
||||
```
|
||||
|
||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
mkdocs-material
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-awesome-pages-plugin
|
||||
mkdocs-minify-plugin
|
Loading…
x
Reference in New Issue
Block a user