Skip to content

Commit

Permalink
Merge pull request bigcommerce#32 from saranyan/master
Browse files Browse the repository at this point in the history
Updated readme to include instructions on installing composer local to project
  • Loading branch information
maetl committed Mar 13, 2013
2 parents 83b3a8d + ff7866a commit ca7c081
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
vendor
vendor
./*.php
./*.sh
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ into the scope with the following namespace declaration:

```
use Bigcommerce\Api\Client as Bigcommerce;
```
You can also install composer for this specific project by running the following in the library folder.

```
curl -sS https://getcomposer.org/installer | php
php composer.phar install
composer install
```

Configuration
Expand Down

0 comments on commit ca7c081

Please sign in to comment.