diff --git a/README.md b/README.md index 3b652ed..0103ace 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,20 @@ php-shellcommand php-shellcommand provides a simple object oriented interface to execute shell commands. +## Installing + +### Prerequisites + +Your php version must be `5.4` or later. + +### Installing with composer + +This package can be installed easily using composer. + +``` +composer install mikehaertl/php-shellcommand +``` + ## Features * Catches `stdOut`, `stdErr` and `exitCode`