From 252a6538928d66a041a965d331d7578b819382e2 Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 21 Mar 2017 23:44:04 +0100 Subject: [PATCH] website: update the download page It should have been done along with ece654c596fe2212c5456b92599e59b447593df8 Change-Id: Ie796cce674dace2e9b1cc41ff7fe96c2f2318cc4 --- website/content/download.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/content/download.md b/website/content/download.md index 3f9e432f1..4f12d3d07 100644 --- a/website/content/download.md +++ b/website/content/download.md @@ -1,26 +1,26 @@ # Download Camlistore -The latest release is [0.9 ("Astrakhan")](/doc/release/0.9). +The latest release is [2017-03-01](/doc/release/monthly/2017-03-01). Or, the canonical git repo is: $ git clone https://camlistore.googlesource.com/camlistore +## Build + +If you have downloaded one of the binary archives (for Darwin, Linux, or +Windows), skip this section. + [Download and install Go](http://golang.org/doc/install) if you don't have that installed already. As of revision -[5bc0864](https://github.com/camlistore/camlistore/commit/5bc0864f811c09a25aaa78176928a87ad39312cc), -Camlistore requires [Go 1.7 or newer](https://golang.org/dl/). +[c35cd68b5c](https://github.com/camlistore/camlistore/commit/c35cd68b5c9e914ef78811e88338ffd02f378a1c), +Camlistore requires [Go 1.8 or newer](https://golang.org/dl/). Build Camlistore by running this command in the folder you downloaded or checked out: $ go run make.go -Alternatively, we also distribute "monthly" releases, which we simply regularly -build from the master branch of the repository: - -[Monthly Release: 2016-09-05](/doc/release/monthly) - ## Getting started Once you've successfully built the Camlistore components, you can run