summaryrefslogtreecommitdiff
path: root/contrib/vagrant/centos-6.5/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vagrant/centos-6.5/README.md')
-rw-r--r--contrib/vagrant/centos-6.5/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vagrant/centos-6.5/README.md b/contrib/vagrant/centos-6.5/README.md
index 76dca4439..55583f901 100644
--- a/contrib/vagrant/centos-6.5/README.md
+++ b/contrib/vagrant/centos-6.5/README.md
@@ -11,7 +11,7 @@ This will download and launch the base box VM under VirtualBox and run the Apach
$ vagrant ssh
[vagrant@thrift ~]$ cd /thrift
[vagrant@thrift thrift]$ compiler/cpp/thrift --version
- Thrift version 1.0.0-dev
+ Thrift version <version>
The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make check, but does not install thrift. To install thrift run "make install".