aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/README.md
diff options
context:
space:
mode:
authorKristian Aune <kraune@verizonmedia.com>2022-12-09 14:59:54 +0100
committerKristian Aune <kraune@verizonmedia.com>2022-12-09 14:59:54 +0100
commit68be1cde98f39ce9f1287af6fd0c97908317f578 (patch)
treebffd13f21d7e46dcf54bac69c3b8d348ac026125 /client/go/README.md
parent0f845e25cb7f0f4c91002a03b4c4c679cbb833e0 (diff)
Clarify, add link
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.