Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Instructions for creating PHAR are wrong #135

@sebastianbergmann

Description

@sebastianbergmann

https://github.com/JakubOnderka/PHP-Parallel-Lint/blob/master/README.md#create-phar-package instructs to run

curl -LSs https://box-project.github.io/box2/installer.php | php

After that, box.phar exists in the current working directory.

The next instruction is

box build

but should be

php box.phar build

instead. But even then, I get an error:

[RuntimeException]                                                              
failed to get contents of '/usr/local/src/PHP-Parallel-Lint/parallel-lint.php'  

As a user who prefers to use PHARs of tools over installing them via Composer, I am lost. I do not care about how the PHAR for your tool is created. I want to be able to download a PHAR of your tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions