Add private repos reference, closes #151.

This commit is contained in:
André Cruz
2012-11-21 23:18:52 +00:00
parent 49e08443b7
commit 57e46aff76

View File

@@ -31,6 +31,9 @@ To install a package:
As you can see, packages can be installed by name, Git endpoint, GitHub shorthand, URL or local path.
If you install and URL that is a zip or tar file, bower will automatically extract the contents of it.
Bower also works with private Git repositories. Simply reference them by their SSH endpoint:
bower install git@github.com:user/private-project.git
[View all packages available through Bower's registry](http://sindresorhus.com/bower-components/).