Skip to content

Commit

Permalink
Updated README.md to better call out the expected format of a vendor …
Browse files Browse the repository at this point in the history
…repo
  • Loading branch information
Steve Sanderson committed Jun 22, 2009
1 parent ab4c8c6 commit a437ff8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,20 @@ Clone downloads apps from other databases around the internet, all you have to d

## Vendor

Handle vendor update and install from a git repository. Each vendor app should be in a vendor folder:
Handle vendor update and install from a git repository.

### How Vendor Apps Should Be Configured With Your Repository

Within your repository, your vendor app should be in a vendor folder:

vendor/appname

For example, the javascript that is vendored (by default) with your use of couchapp is in the repo git://github.com/couchapp/couchapp.git, located in the path:

vendor/couchapp

### Commands

To update a vendor folder in your couchapp:

couchapp vendor update <app dir>
Expand Down

0 comments on commit a437ff8

Please sign in to comment.