diff --git a/Readme.md b/Readme.md index 44401a2..fd4f9c1 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,13 @@ For more information about mustache, check out the [mustache project page](http: Also check out some [example mustache files](http://github.com/defunkt/mustache/tree/master/examples/) ## Installation -To install mustache.go, simply run `go get github.com/hoisie/mustache`. To use it in a program, use `import "github.com/hoisie/mustache"` +```sh +# For Go >= 1.18 +go install github.com/hoisie/mustache@latest +# For Go < 1.18 +go get github.com/hoisie/mustache +``` +To use it in a program, use `import "github.com/hoisie/mustache"`. ## Usage There are four main methods in this package: