README: suggest go install for installing#1146
Merged
nevkontakte merged 1 commit intomasterfrom Sep 11, 2022
Merged
Conversation
GopherJS gained support for building code in module mode in 2021 (see PR #1042), and it itself didn't have problems being built in module mode since much earlier. Recently, it started getting semver tags that are recognized in module mode like `v1.17.2` and `v1.18.0-beta1` (see issue #847). Start suggesting the `go install` command to install its latest release in the README. (It remains possible to get the latest development version with something like `go install github.com/gopherjs/gopherjs@HEAD`, or one of the pre-release versions from `go list -m -versions` such as `go install github.com/gopherjs/[email protected]`.) While here, also update to the new shorter Go website domain and latest Go 1.18 point release.
|
Reference app: jQuery TodoMVC (
#outputSize |
Member
|
Thanks! |
nevkontakte
approved these changes
Sep 11, 2022
Member
Author
|
Thanks for reviewing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GopherJS gained support for building code in module mode in 2021 (see PR #1042), and it itself didn't have problems being built in module mode since much earlier.
Recently, it started getting semver tags that are recognized in module mode like
v1.17.2andv1.18.0-beta1(see issue #847). Start suggesting thego installcommand to install its latest release in the README.(It remains possible to get the latest development version with something like
go install github.com/gopherjs/gopherjs@HEAD, or one of the pre-release versions fromgo list -m -versionssuch asgo install github.com/gopherjs/[email protected].)While here, also update to the new shorter Go website domain and latest Go 1.18 point release.