diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-28 14:46:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-28 14:46:50 +0200 |
commit | 538531d644f43d99d3da6bb9103b5bfcd8ef4cd6 (patch) | |
tree | b6f94025f985d7a4fde3db395dc027525e6c7ad2 /examples | |
parent | aefd63a429fff8d043b05cb413b6e2f8cf861930 (diff) | |
download | edoors-ruby-538531d644f43d99d3da6bb9103b5bfcd8ef4cd6.zip edoors-ruby-538531d644f43d99d3da6bb9103b5bfcd8ef4cd6.tar.gz |
examples hello_world : update json cmdline
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello_world.rb | 2 |
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' # |