Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Added further instructions on creating packaged vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Nov 2, 2011
1 parent e03a2f1 commit fc7882b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Readme.markdown
Expand Up @@ -103,11 +103,18 @@ github "https://github.com/keithpitt/DKBenchmark"
files [ "DKBenchmark.h", "DKBenchmark.m" ]
```

Change what you need to match your project, and to push the library to
[http://vendorforge.org](http://vendorforge.org), just run the following:
Change what you need to match your project, then build a packaged
vendor library by running:

```bash
$ vendor library publish
$ vendor library build my_library.vendorspec
```

Now that you have a packaged library, you can push it to [http://vendorforge.org](http://vendorforge.org) by
running:

```bash
$ vendor library publish my_library.vendor
```

## Why not CocoaPods?
Expand Down

0 comments on commit fc7882b

Please sign in to comment.