summaryrefslogtreecommitdiff
path: root/tutorial/swift/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/swift/README.md')
-rw-r--r--tutorial/swift/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorial/swift/README.md b/tutorial/swift/README.md
new file mode 100644
index 000000000..18a1e7b6d
--- /dev/null
+++ b/tutorial/swift/README.md
@@ -0,0 +1,11 @@
+# Thrift Swift Tutorial
+==================================================
+
+## Run the tutorial code (client + server):
+`make tutorial`
+
+## Run the server only
+`make tutorialserver`
+
+## Run the client only
+`make tutorialclient`