Skip to content

the infra list command line help is not correct #13

@walterheck

Description

@walterheck

the last line of this bit seems incorrect:

walterheck@casa:~/git/infra/bin$ ./infra list
You must set up the project dependencies, run the following commands:
curl -s http://getcomposer.org/installer | php
php composer.phar install
walterheck@casa:~/git/infra$ php composer.phar install
Could not open input file: composer.phar

instead, this works:

walterheck@casa:~/git/infra$ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 45 installs, 0 updates, 0 removals

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions