summaryrefslogtreecommitdiffstats
path: root/examples/clock/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-07-09 13:07:50 +0200
committerLoïc Hoguin <[email protected]>2012-07-09 13:13:36 +0200
commit6f17bb1455574012b4a15ad780585f964d85b7f9 (patch)
treee8069fd0b4ae58b6d01e8ce7570fb3246a9938e9 /examples/clock/README.md
parentffde065f4b3a4f30738a172615f78de59a9c8490 (diff)
downloadbullet-6f17bb1455574012b4a15ad780585f964d85b7f9.tar.gz
bullet-6f17bb1455574012b4a15ad780585f964d85b7f9.tar.bz2
bullet-6f17bb1455574012b4a15ad780585f964d85b7f9.zip
Add a bullet clock example
Diffstat (limited to 'examples/clock/README.md')
-rw-r--r--examples/clock/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/clock/README.md b/examples/clock/README.md
new file mode 100644
index 0000000..ff74862
--- /dev/null
+++ b/examples/clock/README.md
@@ -0,0 +1,19 @@
+Bullet Clock
+============
+
+To compile this example you need rebar in your PATH.
+
+Type the following command:
+```
+$ rebar get-deps compile
+```
+
+You can then start the Erlang node with the following command:
+```
+./start.sh
+```
+
+Then point your browser to the indicated URL.
+
+You can interrupt temporarily the node to check that Bullet
+properly reconnects when something happens.