Add quickstart to README.md

This commit is contained in:
2025-11-24 22:47:24 -05:00
parent 4bc40a9d13
commit aa5f1d6d2d
3 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,9 @@ llms_txt_generator = RepositoryAnalyzer(
def main():
try:
llms_txt_generator.push_to_hub("johwang/llms-txt-generator", with_code=True)
llms_txt_generator.push_to_hub("johwang/llms-txt-generator", with_code=True, commit_message="Add quickstart to README.md")
except Exception as e:
print(f"Error: {e}", file=sys.stderr)