From fdc2bc85bb744c24a1c5a3dad5479bc2260eeab3 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 20 Sep 2017 20:19:24 -0400 Subject: [PATCH] README: Require go 1.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a5de5..cba0afe 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ view that documentation is to [browse it on github](./docs/index.md). ## Installation -First, install npm, python, curl, and go >= 1.7 in your distribution. Here is +First, install npm, python, curl, and go >= 1.9 in your distribution. Here is how in Arch Linux: $ sudo pacman -S npm curl go python