diff options
Diffstat (limited to 'layouts/go/single.html')
-rw-r--r-- | layouts/go/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html index cc95c8e..e7c1c90 100644 --- a/layouts/go/single.html +++ b/layouts/go/single.html @@ -24,7 +24,7 @@ {{ end }} <div> Установка: - <pre>go get neonxp.ru/go/{{ .Params.Name }}</pre> + <pre>go get -u neonxp.ru/go/{{ .Params.Name }}@latest</pre> </div> <div class="p-summary">{{ .Summary }}</div> <div class="e-content">{{ .Content }}</div> |