summaryrefslogtreecommitdiff
path: root/tutorial/README.md
diff options
context:
space:
mode:
authorSrinivas Reddy <mrsrinivas@users.noreply.github.com>2020-01-20 14:15:10 +0800
committerJens Geyer <jensg@apache.org>2020-02-05 22:36:33 +0100
commit68b113a73e2fbbaa5d94e1f077c60e0038fc903c (patch)
treeb9369bbe04aa4b15b49ccb401a992dad01a53449 /tutorial/README.md
parentf049ff374dd8232a1b4e2b3e01f7530936cae0d0 (diff)
downloadthrift-68b113a73e2fbbaa5d94e1f077c60e0038fc903c.tar.gz
(no ticket) Improved formatting
Client: doc Patch: Srinivas Reddy This closes #1989
Diffstat (limited to 'tutorial/README.md')
-rw-r--r--tutorial/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/README.md b/tutorial/README.md
index 7772bf3e6..9fafa9edd 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -30,10 +30,10 @@ Tutorial
2) Read tutorial.thrift to learn about the syntax of a Thrift file
3) Compile the code for the language of your choice:
-
+```
$ thrift
$ thrift -r --gen cpp tutorial.thrift
-
+```
4) Take a look at the generated code.
5) Look in the language directories for sample client/server code.