mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 06:53:05 +01:00
Ad dev instructions
This commit is contained in:
parent
aea9fd7d46
commit
836ea35980
@ -4,6 +4,15 @@ The popular [wiki.bash-hackers.org](https://wiki.bash-hackers.org) (original IP
|
||||
|
||||
This repo tries to preserve and present all this valuable information in a modern way and format, just in case the original wiki won't come back.
|
||||
|
||||
## Development
|
||||
|
||||
To edit and develop locally install the following packages and run the built in dev webserver:
|
||||
|
||||
```bash
|
||||
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs serve
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
As per the original wiki.bash-hackers.org:
|
||||
|
Loading…
Reference in New Issue
Block a user