summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-11 09:39:19 -0500
committerJames E. King, III <jking@apache.org>2017-11-11 09:40:02 -0500
commitcfb0130a75987e73c86a4e9269f23c3d7d0cb54c (patch)
tree95e85eb34d1af283040d694ff44b2aca8fe4a2b0 /README.md
parent4f77ab8e296d64c57e6ea1c6e3f0f152bc7d6a3a (diff)
downloadthrift-cfb0130a75987e73c86a4e9269f23c3d7d0cb54c.tar.gz
update docker build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 423068150..2ef9a5ea0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Apache Thrift
=============
-Last Modified: 2014-03-16
+Last Modified: 2017--10
License
=======
@@ -171,3 +171,8 @@ To run the cross-language test suite, please run:
This will run a set of tests that use different language clients and
servers.
+Development
+===========
+
+To build the same way Travis CI builds the project you should use docker.
+We have [comprehensive building instructions for docker](build/docker/README.md).