8000 Minor: I wish `wush` was easier to install with Go · Issue #53 · coder/wush · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Minor: I wish wush was easier to install with Go #53

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

Open
ilyagr opened this issue Oct 3, 2024 · 1 comment
Open

Minor: I wish wush was easier to install with Go #53

ilyagr opened this issue Oct 3, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@ilyagr
Copy link
Contributor
ilyagr commented Oct 3, 2024

Currently, I get

$ go install github.com/coder/wush@latest
go: downloading github.com/coder/wush v0.3.0
go: github.com/coder/wush@latest: module github.com/coder/wush@latest found (v0.3.0), but does not contain package github.com/coder/wush

The best way I have found to substitute for this is a bit awkward:

git clone https://github.com/coder/wush@latest
cd wush/cmd/wush
go install .

I'm not familiar enough with Go packages to know whether there's a better way of whether this is easy or impossible to fix.

@coder-labeler coder-labeler bot added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Oct 3, 2024
@coadler
Copy link
Contributor
coadler commented Oct 4, 2024

The proper way would be

$ go install github.com/coder/wush/cmd/wush@latest

But I unfortunately needed to fork Tailscale, so that doesn't work at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants
0