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

Command examples in INSTALL.md contain annoying $ command prompt #234

Closed
chen-ni opened this issue Jul 9, 2022 · 1 comment · Fixed by #235
Closed

Command examples in INSTALL.md contain annoying $ command prompt #234

chen-ni opened this issue Jul 9, 2022 · 1 comment · Fixed by #235

Comments

@chen-ni
Copy link
Contributor

chen-ni commented Jul 9, 2022

When you click the copy button for the code snippets in the installation guide, you end up copying the command prompts ($) as well. Pasting it directly in the terminal will cause an error:

(base) Chen-deMacBook-Pro:~ chenni$ $ brew update
-bash: $: command not found
(base) Chen-deMacBook-Pro:~ chenni$ $ brew install goenv

It's very annoying for the user. I think we should remove the unnecessary command prompts so that the user can easily copy and execute the commands.

I'd be glad to create a PR for this. What do you think?

@syndbg
Copy link
Member

syndbg commented Jul 16, 2022

Fair. It's more of a style to add them but I don't mind them removed.

Merged 👍

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 a pull request may close this issue.

2 participants