Skip to content

Commit

Permalink
adding emojis 🤭
Browse files Browse the repository at this point in the history
  • Loading branch information
CJavierSaldana committed Sep 8, 2024
1 parent de4bdb7 commit 6652760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clone-me
# clone-me 🤖

Welcome to clone-me, a community-driven project for creating and sharing personal knowledge repositories! And also, use it in CursorAI or other apps with imports.

Expand Down
4 changes: 4 additions & 0 deletions indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ def update_directory():
clones.append(clone_data)

with open('DIRECTORY.md', 'w') as directory_file:
directory_file.write("# Clone as Submodule and enjoy with your mentor or nemesis 💪\n\n")
directory_file.write("```bash\n")
directory_file.write("git submodule add [email protected]:username/clone-me.git .clone-me\n")
directory_file.write("```\n\n")
directory_file.write("# Directory of Clones\n\n")
directory_file.write("| Name | GitHub | X | Description |\n")
directory_file.write("|------|--------|---|-------------|\n")
Expand Down

0 comments on commit 6652760

Please sign in to comment.