Skip to content

Commit 520f89e

Browse files
authored
Merge pull request #36 from AchoArnold/patch-1
Updated the Readme to add the Installation Step
2 parents 903ee95 + 1d861ce commit 520f89e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ php-shellcommand
99

1010
php-shellcommand provides a simple object oriented interface to execute shell commands.
1111

12+
## Installing
13+
14+
### Prerequisites
15+
16+
Your php version must be `5.4` or later.
17+
18+
### Installing with composer
19+
20+
This package can be installed easily using composer.
21+
22+
```
23+
composer install mikehaertl/php-shellcommand
24+
```
25+
1226
## Features
1327

1428
* Catches `stdOut`, `stdErr` and `exitCode`

0 commit comments

Comments
 (0)