From d1c86825585a33b42309979c6014460e1930bc9d Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 25 Mar 2009 22:15:18 +0000 Subject: [PATCH] Update tutorial/README now that Thrift files don't support shebang git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758453 13f79535-47bb-0310-9956-ffa450edef68 --- tutorial/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorial/README b/tutorial/README index 8ce65743..5e6f091c 100644 --- a/tutorial/README +++ b/tutorial/README @@ -14,9 +14,10 @@ Tutorial 2) Read tutorial.thrift to learn about the syntax of a Thrift file -3) Run tutorial.thrift to compile the code: +3) Compile the code for the language of your choice: - ./tutorial.thrift + $ thrift + $ thrift --gen cpp tutorial.thrift 4) Take a look at the generated code. -- 2.17.1