aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:20:19 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:20:19 +0100
commit11c34d209804eceb988d5a3d1f0331f82032db52 (patch)
tree0becfdc003d2b6c7128d4fd7086c276099c01a43 /README.md
parent054e32ed3ab3d4102c9447ed0089387206587ed2 (diff)
Mention GO15VENDOREXPERIMENT
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29729b7..e22e1df 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ docker run -it --rm -p 10000:10000 --name cashier -v $(pwd):/cashier nsheridan/c
# Requirements
## Server
-Go 1.5+. May work with earlier versions.
+Go 1.5 (with `GO15VENDOREXPERIMENT` set) or later. May work with earlier versions.
## Client
OpenSSH 5.6 or newer.