summaryrefslogtreecommitdiff
path: root/priv/templates/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/README.md')
-rw-r--r--priv/templates/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/priv/templates/README.md b/priv/templates/README.md
new file mode 100644
index 0000000..939799a
--- /dev/null
+++ b/priv/templates/README.md
@@ -0,0 +1,14 @@
+{{appid}}
+=====
+
+An Erlang {{appid}} library.
+
+Build
+-----
+
+ $ rebar get-deps compile
+
+Run
+---
+
+ $ erl -pa ebin -env ERL_LIBS deps -s {{appid}} \ No newline at end of file