peec / raspberry-piface-api

PiFace PHP 5.4+ API for Raspberry PI PiFace module.
13 stars 2 forks source link

typo in readme #3

Closed djsharman closed 11 years ago

djsharman commented 11 years ago

mkdir ~/myphpiface <<< typo here, double pp cd ~/myphpiface << missing cd needed for the "php composer.phar install" step. touch ~/myphpiface/composer.json echo '{ "require": { "pkj/raspberry-piface-api": "dev-master" } }' >> ~/myphpiface/composer.json curl -sS https://getcomposer.org/installer | php php composer.phar install