Skip to content

Commit f3f68c7

Browse files
authored
apt-get install curl php-curl
1 parent 651f6c6 commit f3f68c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ composer require "jaggedsoft/php-binance-api @dev"
2525
If the above step didn't work, install composer and try again.
2626
#### Debian / Ubuntu
2727
```
28-
sudo apt-get install curl
28+
sudo apt-get install curl php-curl
2929
curl -s http://getcomposer.org/installer | php
3030
php composer.phar install
3131
```

0 commit comments

Comments
 (0)