From efb42c6a724304c0bb27bc872eb5962c6601e747 Mon Sep 17 00:00:00 2001 From: eric-hu Date: Wed, 13 Feb 2013 00:36:44 -0800 Subject: [PATCH] Add Ubuntu instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 934b963..6d35da7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ If you'd rather not do that, you can muck around with `~/.MacOSX/environment.pli In the folder which houses your Titanium SDKs -- on OS X this would be `/Library/Application Support/Titanium`, create a `plugins/ti_coffee_plugin/1.0` folder. Put the plugin.py from this repository into that folder. So on OS X you would have this file: /Library/Application Support/Titanium/plugins/ti_coffee_plugin/1.0/plugin.py + +On Ubuntu this would be `~/.titanium` + +- Ensure you have the proper folder structure with: `mkdir -p ~/.titanium/plugins/ti_coffee_plugin/1.0/` +- create or copy `plugin.py` into the `1.0/` folder Next, you need to tell your Titanium project to run this plugin when the Titanium build scripts build your project.