Update README.rdoc

This commit is contained in:
Matt Garrison
2013-05-17 09:49:31 -05:00
parent 6091814b65
commit be5d697fd7

View File

@@ -32,12 +32,12 @@ Then, simply set the RUBYMOTION_LIB environment variable when using +rake+.
$ RUBYMOTION_LIB=~/src/RubyMotion/lib rake
---------------
If you are looking to modify the +motion+ command, you'll need to mimick your existing +/usr/bin/motion+
E.G.
$ sudo cp /usr/bin/motion /usr/bing/motionme
If you are looking to modify the +motion+ command itself, you'll need to mimick your existing +/usr/bin/motion+
change ownership of the resulting file if needed.
An easy way is to just make a copy somewhere on your $PATH and use that for testing
$ sudo cp /usr/bin/motion /usr/bin/motionme
Edit +motionme+ and point the $motion_libdir variable at your local git repo.
$motion_libdir = '/Absolute/Path/To/Forked/RubyMotion/lib/'