summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-18 13:24:02 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-18 13:24:02 +0200
commit973032aff25abe96737357502eb688878a13c781 (patch)
tree4746171fed43a2d19406133f843cf5a8c2f8a6bb /vagrant
parent357ac05d6b566ce21123300127d2f38dab29a043 (diff)
Add back reference to readme describing how to build C++ modules.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
index 4c65fe666ab..7c69f8f22b0 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -22,3 +22,7 @@ SSH agent forwarding is enabled to ensure easy interaction with GitHub inside th
This is needed in order to compile and run tests fast on the local file system inside the machine.
git clone git@github.com:vespa-engine/vespa.git
+
+
+## Build C++ modules
+Please follow the instructions described [here](../README.md).