Skip to content

Commit

Permalink
Changed update to install
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Aug 23, 2016
1 parent c9d7015 commit 5ddbb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributing
Before you contribute code to php-telegram-bot, please make sure it conforms to the PSR-2 coding standard and that the php-telegram-bot unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork. If you do this, you can run the following commands to check if everything is ready to submit:

cd php-telegram-bot
composer update
composer install
./vendor/bin/phpcs --standard=phpcs.xml -sp --encoding=utf-8 src/ --report-width=150

Which should give you no output, indicating that there are no coding standard errors. And then:
Expand Down

0 comments on commit 5ddbb09

Please sign in to comment.