Skip to content

Commit

Permalink
README Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Bisalehalli Prasannakumar committed Oct 19, 2017
1 parent 90921b3 commit 9e5d661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Note: for PHP v 5.6 you would need to comment the below line in the `php.ini` fi

## Installation & Setup

### Via Github Repo
### Via Github Repo ( recommended )
```php
$ git clone https://github.com/anilkumarbp/glip-botman.git
$ git clone https://github.com/anilkumarbp/glip-botman.git -b bot-provisioner
$ cd glip-botman
$ curl -sS https://getcomposer.org/installer | php
$ composer install
Expand All @@ -37,7 +37,7 @@ $ composer install

Require this package with composer using the following command:
```php
$ composer require anilkumarbp/glip-botman
$ composer require ringcentral/glip-botman
```

Require Composer's autoloader in your PHP script ( index.php ) assuming it is in the same directory where you installed Composer :
Expand Down

0 comments on commit 9e5d661

Please sign in to comment.