diff --git a/README.md b/README.md index 7492ab72..00ce5763 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ This project is designed to help you make your own projects that interact with t ``` composer require jaggedsoft/php-binance-api ``` +
+ Click for help with installation + +#### Install Composer +If the above step didn't work, install composer and try again: +``` +sudo apt-get install curl php5-cli git +curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer +``` +
#### Getting started ```php