script is now installed

This commit is contained in:
Kenneth Reitz
2011-02-20 20:55:35 -05:00
parent a9789aabe3
commit 39a39016b7
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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).
+1 -2
View File
@@ -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).