Skip to content

Refactor README instructions for skill setup#3

Merged
aldefy merged 1 commit intoaldefy:masterfrom
MahmoudMabrok:patch-1
Apr 14, 2026
Merged

Refactor README instructions for skill setup#3
aldefy merged 1 commit intoaldefy:masterfrom
MahmoudMabrok:patch-1

Conversation

@MahmoudMabrok
Copy link
Copy Markdown
Contributor

@MahmoudMabrok MahmoudMabrok commented Apr 10, 2026

You know the drill — you see a code block, you hit copy, you paste it in your terminal, and... 💥 error. Why? Because that innocent-looking # Clone the repo comment snuck in and broke everything.

Shell comments aren't commands — they're notes for humans. But when they live inside a code block, GitHub's copy button doesn't know that and grabs everything, leaving both devs and non-devs staring at a cryptic error wondering what they did wrong (nothing, it was us 😅).

The fix: Moved all explanatory text out of code blocks into plain prose above them. Now the code block contains only runnable commands — so copy → paste → ✅ just works, no terminal archaeology required.

Removed redundant comments and improved formatting for clarity.
@aldefy aldefy merged commit b45245a into aldefy:master Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants