Skip to content

Commit 13e096d

Browse files
committed
* Added more instructions for using the Conduit module.
1 parent 9ac8157 commit 13e096d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@ conduit (optional)
1010

1111
Installation
1212
============
13-
14-
The easy way:
13+
Normal:
1514
sudo python setup.py install
1615

1716
For developers (virtualenv):
1817
python bootstrap.py
18+
19+
Using the Conduit Module
20+
========================
21+
From a normal installation:
22+
% mkdir -p $XDG_CONFIG_HOME/conduit/modules
23+
% ln -s conduit $XDG_CONFIG_HOME/conduit/modules/iDeviceModule
24+
% /usr/bin/conduit
25+
26+
From the development virtualenv:
27+
% mkdir -p $XDG_CONFIG_HOME/conduit/modules
28+
% ln -s conduit $XDG_CONFIG_HOME/conduit/modules/iDeviceModule
29+
% bin/python /usr/bin/conduit

0 commit comments

Comments
 (0)