From f6d4d7ac6cf7572c1b9c1bddcfd7da9ef96b16fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Feb 2011 21:32:24 -0500 Subject: [PATCH] ENV config readme update --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 717fbaa..3da3fdb 100644 --- a/README.rst +++ b/README.rst @@ -23,12 +23,13 @@ Inspired by Gisty (http://github.com/swdyh/gisty). Install ------- -To install it, :: +To install ghsync, simply run: :: $ pip install ghsync -The command ``ghsync`` will then be available to you from the command line. +The command ``ghsync`` will then be available to you from the command line. Beware, unless you set the ``GHSYNC_DIR`` environment variable, it will add all the repos to your current directory.:: + $ export GHSYNC_DIR='~/repos/' Contribute