Skip to content

Commit d62f232

Browse files
Deuchnorddunglas
authored andcommitted
Added a warning about the unzip command (symfony#120)
* Added a warning about the `unzip` command (closes symfony#54) * Rewording to make the warning easier to find with the search engines * Clarifying the warning about the `unzip` command (concerns the *nix systems only) * Fixed missing backtick
1 parent 4d647a4 commit d62f232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Use [Composer](https://getcomposer.org/) to install Panther in your project. You
3030

3131
composer req --dev symfony/panther
3232

33+
**Warning:** On \*nix systems, the `unzip` command must be installed or you will encounter an error similar to `RuntimeException: sh: 1: exec: /app/vendor/symfony/panther/src/ProcessManager/../../chromedriver-bin/chromedriver_linux64: Permission denied` (or `chromedriver_linux64: not found`).
34+
The underlying reason is that PHP's `ZipArchive` doesn't preserve UNIX executable permissions.
35+
3336
## Basic Usage
3437

3538
```php

0 commit comments

Comments
 (0)