Skip to content

Commit

Permalink
Improve installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed May 2, 2017
1 parent 95e476e commit 608cfc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages.
Please see <https://github.com/php-pds/skeleton_research> for background
information.

Command-line tools included with this standard are documented [here](./docs/tools.md).
Command-line tools for `validating` or `generating` PDS conform packages which are included with this standard are documented [here](./docs/tools.md).

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this publication are to be
Expand Down
4 changes: 2 additions & 2 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Validate your project's compliance by following these steps:

- Install package in your project: `composer require pds/skeleton @dev`
- Install package in your project: `composer require --dev pds/skeleton`
- Run the validator: `vendor/bin/pds-skeleton validate [path]`

If no path is specified, the project in which pds-skeleton is installed will be used.
Expand All @@ -13,7 +13,7 @@ If no path is specified, the project in which pds-skeleton is installed will be

Generate a compliant package skeleton by following these steps:

- Install package in your project: `composer require pds/skeleton @dev`
- Install package in your project: `composer require --dev pds/skeleton`
- Run the generator: `vendor/bin/pds-skeleton generate [path]`

If no path is specified, the project in which pds-skeleton is installed will be used.

0 comments on commit 608cfc5

Please sign in to comment.