Update README.md

This commit is contained in:
MrKalzu 2024-10-03 21:06:45 +03:00
parent 7bd13e08e5
commit 31c239418c

View File

@ -1,11 +1,10 @@
# markdown_sqlite.py # markdown_sqlite.py
This script processes a markdown file by reading its content and This script processes a markdown file by reading its content and
updates an SQLite database with document content and metadata. updates an SQLite database with document content and metadata.
The user can then select specific topics based on command-line arguments. The user can then select specific topics based on command-line arguments.
The script tracks changes using MD5 hashes and ensures the database The script tracks changes using MD5 hashes and ensures the database
reflects the current state of the markdown filarguments reflects the current state of the markdown file.
usage: usage:
$ python3.11 markdown_sqlite.py --bootstrap $ python3.11 markdown_sqlite.py --bootstrap