Django-Styleguide/tools/README.md
Radoslav Georgiev fb1850a84d
Remove package.json
- Add `README` to `tools/`
2022-04-09 16:37:52 +03:00

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`.