aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/README.md')
-rw-r--r--client/go/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/go/README.md b/client/go/README.md
index b3633e697aa..487c3cc50ad 100644
--- a/client/go/README.md
+++ b/client/go/README.md
@@ -1,4 +1,5 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+
The command-line tool for Vespa.ai.
Use it on Vespa instances running locally, remotely or in the cloud.
@@ -6,3 +7,5 @@ Prefer web service API's to this in production.
See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa
CLI](https://docs.vespa.ai/en/vespa-cli.html).
+
+Run `make` to build and test - make sure to use go 1.18 or higher.