Add quickstart to README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user