mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-10 19:56:40 +03:00
16 lines
268 B
Markdown
16 lines
268 B
Markdown
|
# Tools
|
||
|
|
||
|
In order to use the `update_toc.py` script, you'll need to install the following:
|
||
|
|
||
|
```
|
||
|
npm install markdown-toc
|
||
|
```
|
||
|
|
||
|
With that, if you are in the root folder, you can call:
|
||
|
|
||
|
```
|
||
|
python update_toc.py
|
||
|
```
|
||
|
|
||
|
This will automatically update the TOC in `README.md`.
|