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

Go get is no longer supported #47

Open
MarcSeebold opened this issue Jul 21, 2023 · 4 comments
Open

Go get is no longer supported #47

MarcSeebold opened this issue Jul 21, 2023 · 4 comments

Comments

@MarcSeebold
Copy link

README.md tells the user to run go get -d github.com/lemonade-command/lemonade for installation.

However, doing so give me:

$ go get -d github.com/lemonade-command/lemonade
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'.
@MarcSeebold
Copy link
Author

go install github.com/lemonade-command/lemonade@latest works fine

@RaidOpe
Copy link

RaidOpe commented Nov 14, 2023

go install github.com/lemonade-command/lemonade@latest工作正常

When I did ‘make install’
process_begin: CreateProcess(NULL, git describe --tags, ...) failed.

@RaidOpe
Copy link

RaidOpe commented Nov 14, 2023

go install github.com/lemonade-command/lemonade@latest工作正常

当我执行“make install”时 process_begin: CreateProcess(NULL, git describe --tags, ...) failed.

I downloaded the release and exce it,just popped up and nothing happened. Then I tried to download go and gcc, It didn't work though. Was the project dead?

@yokowasis
Copy link

go install github.com/lemonade-command/lemonade@latest工作正常

当我执行“make install”时 process_begin: CreateProcess(NULL, git describe --tags, ...) failed.

I downloaded the release and exce it,just popped up and nothing happened. Then I tried to download go and gcc, It didn't work though. Was the project dead?

The project might be dead, but the utility works fine.

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

3 participants