_ icon indicating copy to clipboard operation
_ copied to clipboard

README.md Installation section zef command unquoted and wrong auth prefix?

Open pip opened this issue 2 years ago • 0 comments

Hello codesections. I just tried running the:

$ zef install _:auth<github:codesections>

and it resulted in: zsh: parse error near '\n' I'm pretty sure because the angle-brackets tried re-direction of STDIN && STDOUT to invalid files. Then running (with single-quoted):

$ zef install '_:auth<github:codesections>'

resulted in: No candidates found matching identity: _:auth<github:codesections> so then I tried:

$ zef install _

which found and installed: _:ver<0.0.1>:auth<zef:codesections>

So it looks like your install command should quote the auth info in the package name and should use zef: instead of github: I think. Hope this helps and that _ can see some progress. Seems like a cool utility package idea and I'd like to see it progress. -Pip

pip avatar Feb 06 '23 15:02 pip