summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEirik Nygaard <eirik@yahoo-inc.com>2016-06-21 13:37:25 +0200
committerEirik Nygaard <eirik@yahoo-inc.com>2016-06-21 13:38:44 +0200
commit4b9169862bab736e16f14db50a9d0ca7aade2080 (patch)
treeef6569adddeee930724b209a91d618c0b2a9a954 /README.md
parent5d76f522d0c9060beee044541faf98e00ed90c70 (diff)
Link to quick start guide and user documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 92cfbdb9771..c8d3f69ccd3 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,11 @@ Vespa is an engine for low-latency computation over large data sets.
It stores and indexes your data such that queries, selection and processing over the
data can be performed at serving time.
-This README describes how to build and develop the Vespa engine.
-For user documentation see TODO: Github pages link
+This README describes how to build and develop the Vespa engine. If you want to use Vespa
+you can go to the
+[quick start guide](http://yahoo.github.io/vespa/vespa-quick-start.html), or take a
+look at our
+[user documentation](http://yahoo.github.io/vespa/vespatoc.html).
## Getting started developing
@@ -14,7 +17,6 @@ For user documentation see TODO: Github pages link
git config --global user.name "John Doe"
git config --global user.email johndoe@host.com
-
### Setting up build environment
sudo yum -y install epel-release
@@ -47,9 +49,8 @@ TODO: List required build dependencies
* OS X : See [node-admin/README_MAC.md](node-admin/README_MAC.md)
* Linux : See [node-admin/README_LINUX.md](node-admin/README_LINUX.md)
-
Code licensed under the Apache 2.0 license. See LICENSE file for terms.
## Documenting your features
-See [README-documentation.md](README-documentation.md). \ No newline at end of file
+See [README-documentation.md](README-documentation.md).