Skip to content

Commit ca7c081

Browse files
committed
Merge pull request bigcommerce#32 from saranyan/master
Updated readme to include instructions on installing composer local to project
2 parents 83b3a8d + ff7866a commit ca7c081

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: .gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
vendor
1+
vendor
2+
./*.php
3+
./*.sh

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ into the scope with the following namespace declaration:
3838

3939
```
4040
use Bigcommerce\Api\Client as Bigcommerce;
41+
```
42+
You can also install composer for this specific project by running the following in the library folder.
43+
44+
```
45+
curl -sS https://getcomposer.org/installer | php
46+
php composer.phar install
47+
composer install
48+
4149
```
4250

4351
Configuration

0 commit comments

Comments
 (0)