mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-12 01:20:51 +03:00
268 B
268 B
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
.