Update tutorial/README now that Thrift files don't support shebang
authorDavid Reiss <dreiss@apache.org>
Wed, 25 Mar 2009 22:15:18 +0000 (22:15 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 25 Mar 2009 22:15:18 +0000 (22:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758453 13f79535-47bb-0310-9956-ffa450edef68

tutorial/README

index 8ce6574..5e6f091 100644 (file)
@@ -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.