muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
168 stars 16 forks source link

Cannot install on Mac #54

Closed kinglok closed 2 years ago

kinglok commented 2 years ago

mailsend-go cannot be installed via brew.

% brew tap muquit/mailsend-go https://github.com/muquit/mailsend-go.git % brew install mailsend-go
Error: mailsend-go: wrong number of arguments (given 1, expected 0)

muquit commented 2 years ago

The original brew formula was created by GoReleaser and seems to be having this issue. So I created the formula by hand now. Please do the following:

brew tap
brew untap muquit/mailsend-go
brew tap muquit/mailsend-go
brew install mailsend-go

That worked for me. Please give your feedback.

Thanks!

kinglok commented 2 years ago

It works for me. Thanks!

muquit commented 2 years ago

Updated document