From be5d697fd7ff7d7c987e586628841fc360fd96c2 Mon Sep 17 00:00:00 2001 From: Matt Garrison Date: Fri, 17 May 2013 09:49:31 -0500 Subject: [PATCH] Update README.rdoc --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 66eadf30..f0030480 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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/'