coder / coder/wush

Minor: I wish `wush` was easier to install with Go

Open
#53 1 comment 1 reaction 0 assignees View on GitHub
documentation help wanted
Dominant language
Go
Stars
1.5k
Forks
47
PR merge metrics
No merged PRs in 30d

Description

Currently, I get

```console
$ 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:

```shell
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.