Open MarcSeebold opened 1 year ago
go install github.com/lemonade-command/lemonade@latest
works fine
go install github.com/lemonade-command/lemonade@latest
工作正常
When I did ‘make install’
process_begin: CreateProcess(NULL, git describe --tags, ...) failed.
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?
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.
README.md tells the user to run
go get -d github.com/lemonade-command/lemonade
for installation.However, doing so give me: