Mercurial > hg > config
changeset 16:57298ea7a7f1
fix string for how to install
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 28 Jan 2010 21:26:44 -0500 |
parents | 31023aedee9c |
children | 221ce19f7bde |
files | python/install_config.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'