Skip to content

Commit

Permalink
* Added more instructions for using the Conduit module.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Mar 3, 2010
1 parent 9ac8157 commit 13e096d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ conduit (optional)

Installation
============

The easy way:
Normal:
sudo python setup.py install

For developers (virtualenv):
python bootstrap.py

Using the Conduit Module
========================
From a normal installation:
% mkdir -p $XDG_CONFIG_HOME/conduit/modules
% ln -s conduit $XDG_CONFIG_HOME/conduit/modules/iDeviceModule
% /usr/bin/conduit

From the development virtualenv:
% mkdir -p $XDG_CONFIG_HOME/conduit/modules
% ln -s conduit $XDG_CONFIG_HOME/conduit/modules/iDeviceModule
% bin/python /usr/bin/conduit

0 comments on commit 13e096d

Please sign in to comment.