aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-03-18 16:29:01 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2014-03-18 16:29:01 +0100
commit0ca048651e3b541913f475c3e68639bc5c382b0e (patch)
treede80744fb6a307a2bca2c3bbb47904502aadb4f6 /HACKING
parentMerge pull request #45 from phihag/setproctitle (diff)
downloadredshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.gz
redshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.bz2
redshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.xz
HACKING: Remove PYTHONHOME from example
Should have been PYTHONPATH but since the path is set by the script it is no longer necessary.
Diffstat (limited to '')
-rw-r--r--HACKING5
1 files changed, 2 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index a6b0a93..98d6b1e 100644
--- a/HACKING
+++ b/HACKING
@@ -21,10 +21,9 @@ prefix directory run:
$ make install
-You can now run the python scripts. Example:
+You can now run the python script. Example:
- $ PYTHONHOME=$HOME/redshift/root/lib/python2.7/site-packages \
- $HOME/redshift/root/bin/redshift-gtk
+ $ $HOME/redshift/root/bin/redshift-gtk
Depenencies