aboutsummaryrefslogtreecommitdiffstats
path: root/library/example/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/example/README.md')
-rw-r--r--library/example/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/example/README.md b/library/example/README.md
new file mode 100644
index 000000000..2a5a1cce0
--- /dev/null
+++ b/library/example/README.md
@@ -0,0 +1,5 @@
+```
+trap 'kill %1' SIGINT
+beefy frame.js:bundle.js 9001 --live & \
+beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open
+``` \ No newline at end of file