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

doc: Update README.md with Go >= v1.18.1 installation instructions #455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wkhayrattee
Copy link

Summary

This PR updates the installation instructions in README.md for Debian/Ubuntu users who are using Go version 1.18.1 or higher. Due to the recent changes in Go's package management, specifically the deprecation of go get for installing executables, the installation steps have been revised to use the go install command with the @latest tag.

Changes

  • Debian/Ubuntu Go >= v1.18.1: A new section has been added for users with Go version 1.18.1 or newer. This section advises using go install github.com/mailhog/MailHog@latest for installation.

NOTE:

  • Ideally, it should have been for Go >= v1.18.0, but keeping the previous install note from the author.

References

- Added new section for Debian/Ubuntu users with Go version >= v1.18.1
- Modified installation command to use 'go install' with '@latest' tag
- Addressed the deprecation of 'go get' for installing executables
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

Successfully merging this pull request may close these issues.

1 participant