-
Notifications
You must be signed in to change notification settings - Fork 17
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
[zsh] Binary install instructions cannot be copied and pasted from the readme #96
Comments
Yes, because in interactive zsh % # This is a comment
zsh: command not found: #
% set -k
% # This is a comment |
Tried it an it does not work, but we can do:
Too ugly 👎 I think we need to remove the comments and create something that works for copy and paste. Also some lines are not needed in the instructions like:
|
We can use either true This is a comment
: This one is too. It is still parsed as a commandline, so "quotes" must match etc. |
|
I don't like the idea of removing the comments; the point of documentation is to explain stuff; making it more convenient to copy & paste is a secondary goal, but should never happen at the expense of clarity. I think Maybe we can just add a footnote for Footnotes
|
One of the useful features of github markdown is that we can copy in one click a code block and paste it in the shell to run all the commands. This is used by many project to make install much easier.
Unfortunately this does not work with current binary install steps:
https://github.com/lima-vm/socket_vmnet?tab=readme-ov-file#from-binary
Example run:
Looks like unmatched single-quote, maybe the
GitHub's
?The text was updated successfully, but these errors were encountered: