We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac8157 commit 13e096dCopy full SHA for 13e096d
README
@@ -10,9 +10,20 @@ conduit (optional)
10
11
Installation
12
============
13
-
14
-The easy way:
+Normal:
15
sudo python setup.py install
16
17
For developers (virtualenv):
18
python bootstrap.py
+
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
28
29
+% bin/python /usr/bin/conduit
0 commit comments