From f8bf0d69c5b8afccebc2b4cb5412411ae2e72527 Mon Sep 17 00:00:00 2001 From: "Anthony F. Molinaro" Date: Wed, 16 Feb 2011 06:00:10 +0000 Subject: [PATCH] add a little README git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1071150 13f79535-47bb-0310-9956-ffa450edef68 --- tutorial/erl/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tutorial/erl/README diff --git a/tutorial/erl/README b/tutorial/erl/README new file mode 100644 index 00000000..9d17cd0c --- /dev/null +++ b/tutorial/erl/README @@ -0,0 +1,8 @@ +To try things out, run + +% ./server.sh +Erlang R14B (erts-5.8.1) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [hipe] [kernel-poll:false] + +Eshell V5.8.1 (abort with ^G) +> server:start(). +> client:t(). -- 2.17.1