From 83c7cecfd534f28a282b81a6fb850c1e41e87612 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Tue, 17 Dec 2019 05:24:23 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca29bd29b..a92a59a5c4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Developing Vault If you wish to work on Vault itself or any of its built-in systems, you'll first need [Go](https://www.golang.org) installed on your machine. Go version -1.12.7+ is *required*. Note: version 1.13.x is not yet supported. +1.12.7+ is *required*. For local dev first make sure Go is properly installed, including setting up a [GOPATH](https://golang.org/doc/code.html#GOPATH). Ensure that `$GOPATH/bin` is in