Skip to content

Commit

Permalink
Merge pull request php-pds#35 from raphaelstolt/fix-install-documenta…
Browse files Browse the repository at this point in the history
…tion

Improve installation documentation
  • Loading branch information
Paul M. Jones authored May 2, 2017
2 parents 95e476e + 608cfc5 commit 82516c1
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 82516c1

Please sign in to comment.