diff --git a/packages-client/README.rst b/packages-client/README.rst index 540136d..6db1801 100644 --- a/packages-client/README.rst +++ b/packages-client/README.rst @@ -5,5 +5,20 @@ I am: - Stupidly simple to use - Not tied to a single server +- Treat servers like git remotes - Able to mirror projects from one source to another -- PyPi-compatible \ No newline at end of file +- PyPi-compatible +- SSH Authenticated + + +Potential Usage +--------------- + +Install 'requests' from PyPi :: + + $ packages install pypi/requests + +Mirror PyPi 'requests' package to personal server :: + + $ packages mirror pypi/requests packages.kreitz.co +