Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 425 Bytes

installation_composer.md

File metadata and controls

21 lines (14 loc) · 425 Bytes

League of Legends Replay Downloader CLI

Composer installation

Composer is a dependency manager for PHP.

How to install

Simply go on the root project directory and run these commands :

curl -sS https://getcomposer.org/installer | php 
sudo mv composer.phar /usr/local/bin/composer

Then, run this command to install dependencies :

composer install