summaryrefslogtreecommitdiffstats
path: root/examples/hello_world.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-28 14:46:50 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-28 14:46:50 +0200
commit538531d644f43d99d3da6bb9103b5bfcd8ef4cd6 (patch)
treeb6f94025f985d7a4fde3db395dc027525e6c7ad2 /examples/hello_world.rb
parentaefd63a429fff8d043b05cb413b6e2f8cf861930 (diff)
downloadedoors-ruby-538531d644f43d99d3da6bb9103b5bfcd8ef4cd6.zip
edoors-ruby-538531d644f43d99d3da6bb9103b5bfcd8ef4cd6.tar.gz
examples hello_world : update json cmdline
Diffstat (limited to 'examples/hello_world.rb')
-rw-r--r--examples/hello_world.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world.rb b/examples/hello_world.rb
index e4ee3c2..881f67f 100644
--- a/examples/hello_world.rb
+++ b/examples/hello_world.rb
@@ -7,7 +7,7 @@
# $ ruby -Ilib examples/hello_world.rb
#
# or load the system from a JSON specification ( created with dom0.hibernate! )
-# $ ruby -Ilib bin/edoors.rb -r examples/hello_world.rb examples/hello_world.json
+# $ ruby -Ilib -r ./examples/hello_world.rb bin/edoors.rb examples/hello_world.json
#
require 'edoors'
#