diff --git a/README.rst b/README.rst index 8619b81..b930938 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ It will organize your repos into the following directory structure: :: +-- private (private repos) +-- public (public repos) +-- watched (public watched repos) - +-- sync.py (this script) + Requires Ask Solem's github2 (http://pypi.python.org/pypi/github2). diff --git a/ghsync/core.py b/ghsync/core.py index eb0f0dc..61b9458 100644 --- a/ghsync/core.py +++ b/ghsync/core.py @@ -14,8 +14,7 @@ It will organize your repos into the following directory structure: ├── mirrors (public mirror repos) ├── private (private repos) ├── public (public repos) - ├── watched (public watched repos) - └── sync.py (this script) + └── watched (public watched repos) Requires Ask Solem's github2 (http://pypi.python.org/pypi/github2).