mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
Update README.rdoc
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user