summaryrefslogtreecommitdiff
path: root/tutorial/erl/README
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/erl/README')
-rw-r--r--tutorial/erl/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/erl/README b/tutorial/erl/README
new file mode 100644
index 000000000..9d17cd0c5
--- /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().