Skip to content

Commit

Permalink
Merge branch 'master' of github.com:postageapp/postageapp-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Lim committed Aug 5, 2011
2 parents b743450 + cca0203 commit e9721dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -16,23 +16,23 @@ In your app directory type

_Manual_

- Download this: https://github.com/JonLim/postageapp-nodejs/tarball/master
- Download this: https://github.com/postageapp/postageapp-nodejs/tarball/master
- Unzip that download.
- Copy the resulting folder to `node_modules`
- Rename the folder you just copied to `postageapp`

_GIT Submodule_

In your app directory type:
<pre><code>git submodule add git@github.com:JonLim/postageapp-nodejs.git plugins/postage
<pre><code>git submodule add git@github.com:postageapp/postageapp-nodejs.git plugins/postage
git submodule init
git submodule update
</code></pre>

_GIT Clone_

In your `node_modules` directory type
<pre><code>git clone git@github.com:JonLim/postageapp-nodejs.git postage</code></pre>
<pre><code>git clone git@github.com:postageapp/postageapp-nodejs.git postage</code></pre>

Usage
-----
Expand Down

0 comments on commit e9721dd

Please sign in to comment.