Repository: thrift
Updated Branches:
  refs/heads/master 58993d120 -> cf9d968a8


format tutorial Java README.md

Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/d5acf051
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/d5acf051
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/d5acf051

Branch: refs/heads/master
Commit: d5acf051b5836b5817096c217c2cda2cdb796ac4
Parents: ad67aa0
Author: Henrique Mendonça <[email protected]>
Authored: Tue Jun 24 16:06:32 2014 +0200
Committer: Henrique Mendonça <[email protected]>
Committed: Tue Jun 24 16:06:32 2014 +0200

----------------------------------------------------------------------
 tutorial/java/README.md | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/d5acf051/tutorial/java/README.md
----------------------------------------------------------------------
diff --git a/tutorial/java/README.md b/tutorial/java/README.md
index c0811f7..f109fea 100644
--- a/tutorial/java/README.md
+++ b/tutorial/java/README.md
@@ -2,19 +2,23 @@ Thrift Java Tutorial
 ==================================================
 1) Compile the Java library
 
-thrift/lib/java$ make
+    thrift/lib/java$ make
 or:
-thrift/lib/java$ ant
+
+    thrift/lib/java$ ant
 
 4) Run the tutorial:
 
 start server and client with one step:
-thrift/tutorial/java$ make tutorial
+
+    thrift/tutorial/java$ make tutorial
 
 or:
-thrift/tutorial/java$ make tutorialserver
-thrift/tutorial/java$ make tutorialclient
+
+    thrift/tutorial/java$ make tutorialserver
+    thrift/tutorial/java$ make tutorialclient
 
 or:
-thrift/tutorial/java$ ant tutorialserver
-thrift/tutorial/java$ ant tutorialclient
+
+    thrift/tutorial/java$ ant tutorialserver
+    thrift/tutorial/java$ ant tutorialclient

Reply via email to