summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-23 13:14:34 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-23 13:14:34 +0100
commit54439bff77bbb97f981e88cc316f3de2fc7a7850 (patch)
treeda4e646f37264c6c3cfa43524d53712151af57a7 /client
parent29a9815bc0962b97ed36e80ffe9784d789365025 (diff)
Add link to getting started
Diffstat (limited to 'client')
-rw-r--r--client/go/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/client/go/README.md b/client/go/README.md
index e50f29e1961..b3633e697aa 100644
--- a/client/go/README.md
+++ b/client/go/README.md
@@ -4,9 +4,5 @@ The command-line tool for Vespa.ai.
Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.
-Vespa documentation: https://docs.vespa.ai
-
-Developer notes:
-
- $ brew install go
- $ make install
+See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa
+CLI](https://docs.vespa.ai/en/vespa-cli.html).