Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

readme: "go get" no longer how to install a command #147

Open
jowagner opened this issue Nov 19, 2022 · 0 comments
Open

readme: "go get" no longer how to install a command #147

jowagner opened this issue Nov 19, 2022 · 0 comments

Comments

@jowagner
Copy link

Following the "getting started" instructions in the readme, I get:

$ go get github.com/google/skicka
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

Adjusting to

go install github.com/google/skicka@latest

I got a skicka binary in ~/go/bin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant