Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leading "$" character from bash commands #99

Closed
wants to merge 4 commits into from

Conversation

BenAuerDev
Copy link
Contributor

@BenAuerDev BenAuerDev commented May 4, 2024

This pr closes #57

Changes:

  1. Removes the leading "$" character so bash-commands can be copied and pasted without "$".

  2. Split bash commands up so they can be copied individually as suggested in (Remove the $ symbol in all md to get copy & paste more easy #57 (comment))

Before:
cmd-before

After:
cmd-after

Also in "Getting started" I wasn't sure if I should repeat the "cd mypod..." command, I left it out for now. But if you want me to add it just let me know:

Before:
get-started-before

After:
get-started-after

@BenAuerDev
Copy link
Contributor Author

This became partially obsolete through #107

@BenAuerDev BenAuerDev closed this May 18, 2024
@BenAuerDev BenAuerDev deleted the refactor-bash-commands branch May 18, 2024 11:39
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.

Remove the $ symbol in all md to get copy & paste more easy
1 participant