From a4f0bf6a41d19e2357e249acaa757841fef1ab69 Mon Sep 17 00:00:00 2001 From: Paul Colton Date: Mon, 7 Jan 2013 14:54:58 -0800 Subject: [PATCH] add link to rubygems.org site --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4db14..685f677 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Pixate gem for RubyMotion. ## Setup -1. Download the Pixate Framework package from http://www.pixate.com/ and copy the `PXEngine.framework` folder into `vendor` directory. Create the `vendor` directory if it does not exist. You should have something like this. +1. Download the Pixate Framework package from http://www.pixate.com/ and copy the `PXEngine.framework` folder into `vendor` directory (or alternatively just create a symbolic link). Create the `vendor` directory if it does not exist. You should have something like this. ``` $ ls vendor/PXEngine.framework /Headers/ PXEngine Resources/ Versions/ @@ -35,6 +35,7 @@ end 4. Create the `default.css` in `resources` directory. +Note: To install the motion-pixate gem, see the [RubyGems site](https://rubygems.org/gems/motion-pixate). ## Usage