Skip to content
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

Installation command is outdated #10

Open
nhammond129 opened this issue Jun 14, 2023 · 0 comments
Open

Installation command is outdated #10

nhammond129 opened this issue Jun 14, 2023 · 0 comments

Comments

@nhammond129
Copy link

go install github.com/claudiodangelis/i3-timer@latest


In earlier versions of Go, 'go get' was used to build and install packages.
Now, 'go get' is dedicated to adjusting dependencies in go.mod. 'go install'
may be used to build and install commands instead. When a version is specified,
'go install' runs in module-aware mode and ignores the go.mod file in the
current directory. For example:

go install example.com/[email protected]
go install example.com/pkg@latest

See 'go help install' or https://golang.org/ref/mod#go-install for details.

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

No branches or pull requests

1 participant