From a108469735c6685ae8a5ee16ea480297397e4aca Mon Sep 17 00:00:00 2001 From: Julio Lopez Date: Thu, 10 Feb 2022 14:28:39 -0800 Subject: [PATCH] docs(general): update compilation from source for Go 1.17 (#1741) --- site/content/docs/Installation/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/Installation/_index.md b/site/content/docs/Installation/_index.md index 365e10a72..755caf2b0 100644 --- a/site/content/docs/Installation/_index.md +++ b/site/content/docs/Installation/_index.md @@ -266,10 +266,10 @@ to a repository. The names will be persisted in a configuration file and used af ### Compilation From Source -If you have [Go 1.16](https://golang.org/) or newer, you may download and build Kopia yourself. No special setup is necessary, other than the Go compiler. You can simply run: +If you have [Go 1.16](https://golang.org/) or newer, you may download and build Kopia yourself. No special setup is necessary, other than the Go compiler and [git](https://git-scm.com/). You can simply run: ```shell -$ go get github.com/kopia/kopia +$ go install github.com/kopia/kopia@latest ``` The resulting binary will be available in `$HOME/go/bin`. Note that this will produce basic binary that has all the features except support for HTML-based UI. To build full binary, download the source from GitHub and run: