diff python/install_config.py @ 16:57298ea7a7f1

fix string for how to install
author k0s <k0scist@gmail.com>
date Thu, 28 Jan 2010 21:26:44 -0500
parents ac34d580c6d7
children 8da594377f18
line wrap: on
line diff
--- a/python/install_config.py	Thu Jan 28 21:22:12 2010 -0500
+++ b/python/install_config.py	Thu Jan 28 21:26:44 2010 -0500
@@ -2,7 +2,7 @@
 """
 installs config to a user's home directory
 this can be done with
-curl http://k0s.org/hg/config/raw/tip/python/install_config.py | python
+curl http://k0s.org/hg/config/raw-file/tip/python/install_config.py | python
 """
 
 SRC='http://k0s.org/hg/config'